-
I have a simple web service that is going to be invoked over ssl mode. so i created a keystore and truststore with sun jdk tool(keytool) and saved the in the server. but when i directly hit the wsdl url with https and port on the browser, I get the result that I want after I click "yes" in "Security Alert" popup saying that the security certificate is not trusted. But when I hit it from the soapUI client(www.soapui.org), then it returns the following error. does anybody know why I got the following error?
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
I guess that the browser behaves differently from the soapUI client.
does anybody know about this issue?
Thanks.
-
Hi Caesar,
This is probably an issue in soapui that we will try to resolve in the upcoming version.. sorry for the inconvenience..
regards!
/Ole
eviware.com
-
Hi Caesar,
This is probably an issue in soapui that we will try to resolve in the upcoming version.. sorry for the inconvenience..
regards!
/Ole
eviware.com
Thanks for the reply.
-
Any Updates on this issue?
I am using SOAPUI2.0.2 but still getting the same error while I want to consume a webservice thru SSL/HTTPS.
Can you please let me know if I can do this in the other way. how can I consume a webservice thru HTTPS (Self signed certificate )
Thanks,
ND