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.
-- 
View this message in context: 
http://www.nabble.com/HTTPS-web-service-connection-errors-tp17317409p17317409.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to