Mark and Chuck,

I am so embarrassed, I should have caught that. It works properly with that one little addition.

You guys (and others also) provide so much help.  All I can say is thanks.

Carl
----- Original Message ----- From: "Mark Thomas" <ma...@apache.org>
To: "Tomcat Users List" <users@tomcat.apache.org>
Sent: Tuesday, December 15, 2009 1:28 PM
Subject: Re: SSL problem


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




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

Reply via email to