> From: Bijan Vakili [mailto:[EMAIL 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: [email protected]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]