I've got Tomcat 3.2.1 working fine with apache via http, but can't get
it to do ssl properly.
Is there a minimum version of mod_ssl that needs to be used? The
signature of my server is Apache/1.3.9 Ben-SSL/1.37 Server. Adding the
line "SSLOptions +StdEnvVars +ExportCertData" from the howto at
http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/tomcat-ssl-howto.html
gives an error at startup.
This is what I have in my httpsd.conf file
JkWorkersFile /usr/local/jakarta-tomcat-3.2.1/conf/workers.properties
JkLogFile /usr/local/jakarta-tomcat-3.2.1/logs/mod_jk.log
JkLogLevel warning
# Should mod_jk send SSL information to Tomact (default is On)
JkExtractSSL On
# What is the indicator for SSL (default is HTTPS)
JkHTTPSIndicator HTTPS
# What is the indicator for SSL session (default is SSL_SESSION_ID)
JkSESSIONIndicator SSL_SESSION_ID
# What is the indicator for client SSL cipher suit (default is
SSL_CIPHER)
JkCIPHERIndicator SSL_CIPHER
# What is the indicator for the client SSL certificated (default is
SSL_CLIENT_CERT)
JkCERTSIndicator SSL_CLIENT_CERT
Inside of a vhost:
JkMount /mydir/servlet/* ajp13
JkMount /mydir/*.jsp ajp13
This does all work with the non-ssl version.
dave
--
Dave Weis