You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Andy Tipton <ar...@tiptonshome.com> on 2006/11/13 02:35:33 UTC

Installing my SSL Certificate.

I am up to the point of importing my certificate with the command (where
filename is the name of the domain.):
 
C:\Program Files\Java\jdk1.5.0_05\bin>keytool -import -alias tomcat.keystore
-trustcacerts -file filename.crt
 
But I get this error when I run it:
 
keytool error: java.lang.Exception: Failed to establish chain from reply
 
 
What am I doing wrong?
 
Thank you in advance,
Andy
 

RE: Installing my SSL Certificate.

Posted by "Kent, Doug" <do...@eds.com>.
Sounds like you somehow are trying to install a different reply certificate.  And make sure you generate the request from the machine you are going to import the reply to.

________________________________

From: Andy Tipton [mailto:artipton@tiptonshome.com]
Sent: Sun 11/12/2006 8:35 PM
To: 'Tomcat Users List'
Subject: Installing my SSL Certificate.



I am up to the point of importing my certificate with the command (where
filename is the name of the domain.):

C:\Program Files\Java\jdk1.5.0_05\bin>keytool -import -alias tomcat.keystore
-trustcacerts -file filename.crt

But I get this error when I run it:

keytool error: java.lang.Exception: Failed to establish chain from reply


What am I doing wrong?

Thank you in advance,
Andy