web services - javax.xml.ws.WebServiceException: javax.net.ssl.SSLKeyException -
i using jdeveloper 11g create , run web service client existing wsdl. keep getting following error when trying run. have added said certificate cacerts file still same issue. please help!
javax.xml.ws.webserviceexception: javax.net.ssl.sslkeyexception: [security:090542]certificate chain received localhost - 127.0.0.1 --> direct.dnb.com not trusted causing ssl handshake failure. check certificate chain determine if should trusted or not. if should trusted, update client trusted ca configuration trust ca certificate signed peer certificate chain. if connecting wls server using demo certificates (the default wls server behavior), , want client trust demo certificates, specify -dweblogic.security.trustkeystore=demotrust on command line client.
never mind. resolved it. jdeveloper certs need added file. refer https://community.oracle.com/thread/2406629
Comments
Post a Comment