SSL on Tomcat 6.0.2 2007-01-11 - By Caldarale, Charles R
Back > From: JohnT. [mailto:john.toner@(protected)] > 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 (See http://cat-6.ora-code.com).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@(protected) To unsubscribe, e-mail: users-unsubscribe@(protected) For additional commands, e-mail: users-help@(protected)
|
|