Hi,
I'm using mod_ssl 2.1.7 compiled as a DSO with SSLeay 0.9.0b on Apache 1.3.4
and RedHat 5.2.
I am trying to transfer a previously configured ApacheSSL installation which
ran as httpsd separately from our main Apache process. I had to create two
<VirtualHost> sections for a site, one <VirtualHost x.x.x.x:80> and another
<VirtualHost x.x.x.x:443>, otherwise connecting to the virtual with http://
came back with an error saying I'm trying to access an SSL port with http
instead of https.
Now using IE4 to access the site's order facility (a cgi script accessed
through https) gives an "Internal Server Error".
The customlog directive for this SSL virtual is:
"%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
And the error in the ssl_request_log:
[01/Feb/1999 13:31:43] x.x.x.x - - "GET /mod_ssl:error:HTTP-request
HTTP/1.0" 588
In the actual main web server's ssl_request_log I get:
[01/Feb/1999 13:31:43] [trace] SSLeay: Handshake: done
[01/Feb/1999 13:31:43] [info] Connection: Client IP: x.x.x.x, Protocol:
SSLv3, Cipher: EXP-RC4-MD5 (40/128 bits)
[01/Feb/1999 13:31:43] [info] Connection to child 8 closed (server
secure.server.domain.name:443)
Yet browsing to https://secure.server.domain.name gives me the mod_ssl "It
worked!/replace this page" document.
I can't see anything in the FAQ, mailing list or other documentation
covering this error.
Question is: How do I fix it?
Andrew Kirkpatrick
Northnet Internet Services
http://www.northnet.com.au
______________________________________________________________________
Apache Interface to SSLeay (mod_ssl) www.engelschall.com/sw/mod_ssl/
Official Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]