Java Mailing List Archive

http://www.junlu.com/

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

SSL fails to work in tomcat 5.5.17

Sudarshan Prabhu

2007-03-01

Replies:

Hi,



I have migrated tomcat from 5.0.28 to 5.5.17 with native dll support, after
the migration SSL certificate in PKCS2 format does not work.

I observe it is getting redirected to secure port (i can see https in the

URL) but application fails to load.



Tomcat5.5.17 is running with java version "1.5.0_04" on Windows-2003 server



Can somebody help me with this?



Below is server.xml config



--------------------------------------------------------------------



  <Connector port="443" maxHttpHeaderSize="8192"



         maxThreads="150" minSpareThreads="25" maxSpareThreads="75"



         enableLookups="false" disableUploadTimeout="true"



         acceptCount="100" scheme="https" secure="true"



         clientAuth="false" sslProtocol="TLS"



                keystoreType="PKCS12"



                keystoreFile="E:\Tomcat5.5.17\conf\KEYSTORE.p12"



                keystorePass="**********" />

-------------------------------------------------------------



Thanks in advance







Regards

Sudarshan



©2008 junlu.com - Jax Systems, LLC, U.S.A.