RE: Certificate chain does not seem to work and no errors in the tomcat logs

2012-07-23 Thread Sivasubramaniam, Latha
This issue got resolved, the private key was not present in the JKS file. Once we got the pfx file from the customer and pointed to that in the server.xml file, application started working. When we imported the certificate (.cer file), keytool utility did not complain the private key is not

Re: Certificate chain does not seem to work and no errors in the tomcat logs

2012-07-23 Thread Pid
On 23/07/2012 19:42, Sivasubramaniam, Latha wrote: This issue got resolved, the private key was not present in the JKS file. Once we got the pfx file from the customer and pointed to that in the server.xml file, application started working. When we imported the certificate (.cer file),

Re: Certificate chain does not seem to work and no errors in the tomcat logs

2012-07-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Latha, On 7/17/12 8:20 PM, Sivasubramaniam, Latha wrote: I am having issues with the SSL certificate chain the https requests from the IE8 browser does not get any response. Following are the details and any help is appreciated. This is in one of

RE: Certificate chain does not seem to work and no errors in the tomcat logs

2012-07-18 Thread Sivasubramaniam, Latha
Thanks for your response Christopher. We have requested customer to install firefox. We are using SSL and I will get the connector configuration once I get access to the system. Log level is changed to FINE in the logging.properties but we don't seem to get anything related to the

RE: Certificate chain does not seem to work and no errors in the tomcat logs

2012-07-18 Thread Sivasubramaniam, Latha
Connector string Connector port=9883 protocol=org.apache.coyote.http11.Http11NioProtocol maxHttpHeaderSize=8192 SSLEnabled=true maxThreads=800 enableLookups=false disableUploadTimeout=true acceptCount=200 scheme=https secure=true clientAuth=false URIEncoding=UTF-8 keystoreFile=D:\Program

RE: Certificate chain does not seem to work and no errors in the tomcat logs

2012-07-18 Thread Sivasubramaniam, Latha
We tried with Firefox, that did not work either. -Original Message- From: Sivasubramaniam, Latha Sent: Wednesday, July 18, 2012 1:55 PM To: 'Tomcat Users List' Cc: Samala, Praveen; Pandurangan Krishnakumar Subject: RE: Certificate chain does not seem to work and no errors in the tomcat