You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Sudarshan Prabhu <su...@valtech.co.in> on 2007/03/01 11:03:45 UTC

SSL fails to work in tomcat 5.5.17

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

 


RE: SSL fails to work in tomcat 5.5.17

Posted by "Caldarale, Charles R" <Ch...@unisys.com>.
> From: Sudarshan Prabhu [mailto:sudharshan.prabhu@valtech.co.in] 
> Subject: SSL fails to work in tomcat 5.5.17
> 
> 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.  

If you're using the APR connector, SSL config is quite different:
http://tomcat.apache.org/tomcat-5.5-doc/apr.html#HTTPS

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org