Hi,

Can you share the steps to import the certificate into the jssecacerts
truststore, my client is webserver.

*Jairaj Kamal*


On Mon, May 11, 2015 at 2:16 PM, Andy Wang <aw...@ptc.com> wrote:

>
>
> 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