2017-09-12 7 views
0

J'utilise JDeveloper 11g pour créer et exécuter un client de service Web à partir d'un fichier WSDL existant. Je continue d'obtenir l'erreur suivante en essayant de courir. J'ai ajouté le dit certificat à mon fichier cacerts mais toujours le même problème. S'il vous plaît aider!javax.xml.ws.WebServiceException: javax.net.ssl.SSLKeyException

javax.xml.ws.WebServiceException: javax.net.ssl.SSLKeyException: [Security:090542]Certificate chain received from localhost - 127.0.0.1 --> direct.dnb.com was not trusted causing SSL handshake failure. Check the certificate chain to determine if it should be trusted or not. If it should be trusted, then update the client trusted CA configuration to trust the CA certificate that signed the peer certificate chain. If you are connecting to a WLS server that is using demo certificates (the default WLS server behavior), and you want this client to trust demo certificates, then specify -Dweblogic.security.TrustKeyStore=DemoTrust on the command line for this client. 

Répondre