Programming Tutorials

Comment on Tutorial - javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target By Ramlak



Comment Added by : Baven

Comment Added at : 2008-07-22 15:55:52

Comment on Tutorial : javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target By Ramlak
Great!! But when I use wscompile to create stub,I get the following error :

javax.net.ssl.SSLKeyException: RSA premaster secret error


wscompile -keep -gen:client -d classes -s src config-wsdl.xml
error: modeler error: failed to parse document at "https://<url>?WSDL":
javax.net.ssl.SSLKeyException: RSA premaster secret error

Thx


View Tutorial