On 15/12/2009 18:18, Carl wrote:
>     <Connector port="443" maxHttpHeaderSize="8192"
>                maxThreads="600" minSpareThreads="25" maxSpareThreads="75"
>                enableLookups="false" disableUploadTimeout="true"
>                acceptCount="100" scheme="https" secure="true"
>                clientAuth="false" sslProtocol="TLS"
>                keystoreFile="/usr/local/certs/tomcat_keystore.ks" 
> keystorePass="jellybean"/>

You are missing SSLEnabled="true" to tell Tomcat to actually use SSL for
that connector.

Mark



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to