Java Mailing List Archive

http://www.junlu.com/

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

RE: Help: Enabling SSL

Caldarale, Charles R

2006-12-15

Replies:

> From: Bijan Vakili [mailto:Bijan.Vakili@(protected)]
> Subject: RE: Help: Enabling SSL
>
> Actually, I'm encountering this same problem on Solaris 10 as well. I
> actually am indifferent to using JSSE or APR...I just want
> SSL enabled!

For 6.0, you need the attribute SSLEnabled="true" in your <Conntector>
element:

  <Connector port="56443" protocol="HTTP/1.1"
connectionTimeout="20000"
         maxThreads="25" maxSpareThreads="10" minSpareThreads="5"
         SSLEnabled="true" scheme="https" secure="true"
         clientAuth="false" sslProtocol="TLS"
         keystoreFile="conf/security/test.keystore"
keystorePass="**" />

If that doesn't help, post your <Connector> config here so we can look
at it.

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

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