Re: Issue while Configuring SSL in tomcat6

2015-05-05 Thread Daniel Mikusa
On Mon, May 4, 2015 at 8:35 PM, jairaj kamal jairaj.ka...@gmail.com wrote: First, please stop top posting. Reply inline or at the bottom. It's the convention followed on this list. Hello, when I checked with below command I find my keystore created type as JKS and we are using tool Keytool.

Re: Issue while Configuring SSL in tomcat6

2015-05-04 Thread Daniel Mikusa
On Sun, May 3, 2015 at 7:48 PM, jairaj kamal jairaj.ka...@gmail.com wrote: Hello, I created a keystore via Keytool, CSR file and received below root and intermediate certificates. I have got both TestRoot.cer TestCA.cer certificates imported in keystore via keytool but still in browser it

Re: Issue while Configuring SSL in tomcat6

2015-05-04 Thread jairaj kamal
Hi, Please find my response inline as below. Also *this is for Tomcat version 6* 1.) Include the Connector / tag from `conf/server.xml` so we can see how you've configured Tomcat - Below is what I added Connector port=8443 protocol=HTTP/1.1 SSLEnabled=true maxThreads=150

Re: Issue while Configuring SSL in tomcat6

2015-05-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jairaj, On 5/4/15 10:38 AM, jairaj kamal wrote: Hi, Please find my response inline as below. Also *this is for Tomcat version 6* 1.) Include the Connector / tag from `conf/server.xml` so we can see how you've configured Tomcat - Below is what

Re: Issue while Configuring SSL in tomcat6

2015-05-04 Thread jairaj kamal
Hello, when I checked with below command I find my keystore created type as JKS and we are using tool Keytool. Initially we received 2 certificates TestRoot.cer Test.cer, when found things not working, we are now trying to import certs of PKCS#12 format (.pfk) via Keytool *#Testing Keystore

Re: Issue while Configuring SSL in tomcat6

2015-05-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jairaj, On 5/4/15 5:35 PM, jairaj kamal wrote: Attached find the error coming in browser,looks to be issue with Root certificate. This list strips attachments. Please copy/paste any messages into the text of your post. Also we tried PKCS#12

Re: Issue while Configuring SSL in tomcat6

2015-05-04 Thread jairaj kamal
Hi, Attached find the error coming in browser,looks to be issue with Root certificate. Also we tried PKCS#12 format certs but getting below Error D:\Program Files (x86)\Java\jdk1.6.0_27\binkeytool -import -alias nedr2wjob1_no n_prod_p7b -keystore

Issue while Configuring SSL in tomcat6

2015-05-03 Thread jairaj kamal
Hello, I created a keystore via Keytool, CSR file and received below root and intermediate certificates. I have got both TestRoot.cer TestCA.cer certificates imported in keystore via keytool but still in browser it shows in red and looks issue with certificate is not resolved yet. Do i need to