Re: Question: Tomcat SSL configuration issue

2011-07-30 Thread Felix Schumacher
Am Freitag, den 29.07.2011, 10:44 -1000 schrieb Sammaiah Kyatham: > Hello Felix, > > Thanks for the response. > > I have received new certificated based on new CSR generated. > While importing cert in to key, I'm getting the following error: > java.lang.Exception: Failed to establish chain from r

Re: Question: Tomcat SSL configuration issue

2011-07-29 Thread Sammaiah Kyatham
Hello Felix, Thanks for the response. I have received new certificated based on new CSR generated. While importing cert in to key, I'm getting the following error: java.lang.Exception: Failed to establish chain from reply Here is the keytool command that I used for this: keytool -import -alias

Re: Question: Tomcat SSL configuration issue

2011-07-27 Thread Felix Schumacher
Sammaiah Kyatham schrieb: >Hello, > Your keystore has no private key. The output of keytool below shows only a certificate. You can use keytool -importkeystore to import key and certificate at the same time. Regards Felix >Could you help me on this issue. I spent many hours with the various

Re: Question: Tomcat SSL configuration issue

2011-07-27 Thread Sammaiah Kyatham
Hello, Could you help me on this issue. I spent many hours with the various options > and couldn’t resolve. > > > > I have configured the server.xml as per the tomcat configuration, however > I’m getting below errors. > > > > keystoreFile="C:\Program Files\Java\jre6\bin\hakioskcheckin2_key" > key