Re: SSL Handshake Exceptions

2015-05-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Andy, On 5/11/15 4:50 PM, Andy Wang wrote: > Honestly, I'm going to be a little purposefully obtuse here. > Manipulating your trust store is a security step. You really need > to understand what you're doing and why, so I'd suggest you do some > g

Re: SSL Handshake Exceptions

2015-05-11 Thread Andy Wang
Honestly, I'm going to be a little purposefully obtuse here. Manipulating your trust store is a security step. You really need to understand what you're doing and why, so I'd suggest you do some google searches to read up on it using keywords pulled out of my original response. I will add one

Re: SSL Handshake Exceptions

2015-05-11 Thread jairaj kamal
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 wrote: > > > On 05/11/2015 01:24 PM, jairaj kamal wrote: > >> javax.net.ssl.SSLHandshakeException: >> sun.security.validator

Re: SSL Handshake Exceptions

2015-05-11 Thread Andy Wang
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 tha

SSL Handshake Exceptions

2015-05-11 Thread jairaj kamal
Hi, I had earlier configured Self Sign certs to the tomcat version6 appserver and was able to navigate with https. Now when I try accessing above appserver url via Load Balancer Web server I see handshake exceptions in logs. Is there any setting required at webserver end ? *I get below Exceptions