You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "JohnT." <jo...@starwoodhotels.com> on 2007/01/11 22:38:08 UTC

SSL on Tomcat 6.0.2

Hi All.

I'm running Sun Solaris 5.8.

I was happily running SSL on Tomcat version 5.5.17.
I need to migrate to Tomcat 6.0.2.

On Tomcat 6.0.2, my port http connections run fine (configured on port 7777,
instead of 8080).
My https connections just hang on when using IE to connect to port 8443.

I have create the .keystore file.
I have uncommented the SSL section of server.xml.  
In fact, I have tried several combinations of entries in server.xml.

It presently looks like this...

    <Connector port="8443" protocol="HTTP/1.1" maxHttpHeaderSize="8192"^M
               maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
               enableLookups="false" disableUploadTimeout="true"
               acceptCount="100" scheme="https" secure="true"^M
               clientAuth="false" sslProtocol="TLS"
               keystoreFile="/apps/ApacheGroup/tomcat-6.0.2/.keystore"
               keystorePass="changeit" />^M

I've verified that my .keystore file exists in the correct directory.
I've tried with and without keystorePass.

Has anyone encountered any issues with SSL for Tomcat 6.0.2?
The documentation has not helped me.

Thanks
JohnT
-- 
View this message in context: http://www.nabble.com/SSL-on-Tomcat-6.0.2-tf2961899.html#a8286915
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
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


RE: SSL on Tomcat 6.0.2

Posted by "JohnT." <jo...@starwoodhotels.com>.
Thanks Chuck!

That worked flawlessly!

I will also recommend 6.0.7



Caldarale, Charles R wrote:
> 
>> From: JohnT. [mailto:john.toner@starwoodhotels.com] 
>> Subject: SSL on Tomcat 6.0.2
>> 
>> <Connector port="8443" protocol="HTTP/1.1" maxHttpHeaderSize="8192"
>>            maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
>>            enableLookups="false" disableUploadTimeout="true"
>>            acceptCount="100" scheme="https" secure="true"
>>            clientAuth="false" sslProtocol="TLS"
>>            keystoreFile="/apps/ApacheGroup/tomcat-6.0.2/.keystore"
>>            keystorePass="changeit" />
> 
> You need to add the attribute SSLEnabled="true".  I'd also strongly
> recommend moving up to 6.0.7, which has quite a few bugs fixed over
> 6.0.2.
> 
>  - 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
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/SSL-on-Tomcat-6.0.2-tf2961899.html#a8288304
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
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


RE: SSL on Tomcat 6.0.2

Posted by "Caldarale, Charles R" <Ch...@unisys.com>.
> From: JohnT. [mailto:john.toner@starwoodhotels.com] 
> Subject: SSL on Tomcat 6.0.2
> 
> <Connector port="8443" protocol="HTTP/1.1" maxHttpHeaderSize="8192"
>            maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
>            enableLookups="false" disableUploadTimeout="true"
>            acceptCount="100" scheme="https" secure="true"
>            clientAuth="false" sslProtocol="TLS"
>            keystoreFile="/apps/ApacheGroup/tomcat-6.0.2/.keystore"
>            keystorePass="changeit" />

You need to add the attribute SSLEnabled="true".  I'd also strongly
recommend moving up to 6.0.7, which has quite a few bugs fixed over
6.0.2.

 - 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