Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » Tomcat Users »

Tomcat4.1.24 SSL and Verisign

Punam Mutha

2003-07-31


Wanted you to route this problem to concerned person in Verisign.

We are using following environment:
Server: Tomcat 4.1.24
OS: Red Hat Linux 8.0
JDK : IBM 2.13

I have implemented following steps to use the global server id we have
purchased:

Using keytool generated a keystore and added an intermidate CA (from
http://www.verisign.com/support/install/intermediate.html ) and the
global server if received from verisign

keytool -genkey -alias tomcat -keyalg RSA -keystore
/opt/tomcat41/verisign/my_keystore
keytool -delete -v -alias tomcat -keystore
/opt/tomcat41/verisign/my_keystore
keytool -import -alias root -keystore
/opt/tomcat41/verisign/my_keystore -trustcacerts -file
/opt/tomcat41/verisign/intermidiate.cer

keytool -import -alias tomcat -keystore
/opt/tomcat41/verisign/my_keystore -trustcacerts -file
/opt/tomcat41/verisign/global_server_id.cer

In server.xml I point the keystore to
/opt/tomcat41/verisign/my_keystore.
Server starts up the https successfully, without any errors.
When I try accessing my site using http, it works fine
, but then I use https, it displays a page not
found error.

Also if I generate a self signed certificate, it all works fine.

If anybody has successfully deployed a verisign certificate with
tomcat4.1.24, let me know.


Regards,
Punam
   

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)
©2008 junlu.com - Jax Systems, LLC, U.S.A.