On 05/11/2015 01:24 PM, jairaj kamal wrote:
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

This usually means that the ssl client (the client that's originating the direct connection to the ssl server) is unable to construct a proper certificate trust path for the server.

As you noted, you used a self-signed cert. This means that you need to import the certificate into the jssecacerts truststore (or if your client has it's own truststore, it needs to be imported there).

Andy


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to