Hi
I'm trying to access a servlet (Turbine) on Apache/Tomcat/modssl all latest
versions
I've got ssl working with static pages but when I try to access Turbine
(which is a servlet) I get the following error message on the screen.
Your browser sent a request that this server could not understand.
Request header field is missing colon separator.
t/Turbine;jsessionid=To1010mC4084406808770895At HTTP/1.0
and the following error in the ssl.log
[23/Oct/2000 16:09:13 00355] [trace] OpenSSL: Exit: error in SSLv2/v3 read
client hello A
[23/Oct/2000 16:09:13 00355] [error] SSL handshake failed: HTTP spoken on
HTTPS port; trying to send HTML error page (OpenSSL library error follows)
[23/Oct/2000 16:09:13 00355] [error] OpenSSL: error:1407609C:SSL
routines:SSL23_GET_CLIENT_HELLO:http request [Hint: speaking HTTP to HTTPS
port!?]
This is the entry in my conf file
<IfDefine SSL>
SSLMutex sem
SSLRandomSeed startup builtin
SSLSessionCache none
SSLLog logs/SSL.log
SSLLogLevel debug
# You can later change "info" to "warn" if everything is OK
<VirtualHost lappie.collies.nl>
SSLEngine On
SSLCertificateFile conf/ssl/my-lappie.cert
SSLCertificateKeyFile conf/ssl/my-lappie.key
<Location /servlet>
SSLRequireSSL
</Location>
ApJServMount /servlet ajpv12://localhost:8007/myservletzone
</VirtualHost>
</IfDefine>
Can anyone help me?
colin
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]