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

SSL Handshake Exceptions

2015-05-11 Thread jairaj kamal
java.security.cert.CertPathBuilder.build(Unknown Source) ... 31 more *Jairaj Kamal*

Re: Issue while Configuring SSL in tomcat6

2015-05-04 Thread jairaj kamal
Error message showing in chrome browser as below “This CA Root certificate is not trusted because it is not in the Trusted Root Certification Authorities store.” Let me know what to do to resolve this ? *Jairaj Kamal* On Mon, May 4, 2015 at 6:51 PM, Christopher Schultz < ch...@chris

Re: Issue while Configuring SSL in tomcat6

2015-05-04 Thread jairaj kamal
ob1\QA_Job1_report2web.keysto re -file C:\Users\svcr2wadmin\nedr2wqajob1\nedr2wjob1_non_prod.p7b Enter keystore password: *keytool error: java.lang.Exception: Input not an X.509 certificate* *Jairaj Kamal* On Mon, May 4, 2015 at 9:48 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: >

Re: Issue while Configuring SSL in tomcat6

2015-05-04 Thread jairaj kamal
port2web.keystore -trustcacerts -file C:\Users\svcr2wadmin\nedr2wqajob1\TestRoot.cer #SSL Certificate Import keytool -import -alias nedr2wqajob1 -keystore C:\Users\svcr2wadmin\nedr2wqajob1\QA_Job1_report2web.keystore -file C:\Users\svcr2wadmin\nedr2wqajob1\TestCA.cer *Jairaj Kamal* On Mon,

Issue while Configuring SSL in tomcat6

2015-05-03 Thread jairaj kamal
need to convert dot extension of above certs to PKCS12 format, how to resolve it ? *Jairaj Kamal*