M
Mylo
We have a Java web application that accesses a Web Service using
https. Last week the hosts of the web service installed a new signed
SSL certificate. As soon as they installed the new certificate, our
Java web app stopped working. When we try and access the web service
via the web app we get the following error:
2008-05-16 20:20:07,226 ERROR
[org.codehaus.xfire.transport.http.HttpChannel] -
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
2008-05-16 20:20:07,237 ERROR [grantee.GranteeServlet] - Could not
invoke service.. Nested exception is
org.codehaus.xfire.fault.XFireFault: Couldn't send message.
The Operating System is Solaris, The Web application server is Tomcat
5.5, and the JDK java version is "1.5.0_05".
The confusing part is that we can test the web service using SOAP UI.
We can access the webservice that way. So the web service seems to
be working correctly, but our Web Application can't seem to connect to
it.
Any ideas?
Thanks in advance, and let me know if you have any more questions.
https. Last week the hosts of the web service installed a new signed
SSL certificate. As soon as they installed the new certificate, our
Java web app stopped working. When we try and access the web service
via the web app we get the following error:
2008-05-16 20:20:07,226 ERROR
[org.codehaus.xfire.transport.http.HttpChannel] -
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
2008-05-16 20:20:07,237 ERROR [grantee.GranteeServlet] - Could not
invoke service.. Nested exception is
org.codehaus.xfire.fault.XFireFault: Couldn't send message.
The Operating System is Solaris, The Web application server is Tomcat
5.5, and the JDK java version is "1.5.0_05".
The confusing part is that we can test the web service using SOAP UI.
We can access the webservice that way. So the web service seems to
be working correctly, but our Web Application can't seem to connect to
it.
Any ideas?
Thanks in advance, and let me know if you have any more questions.