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