Re: ModSSL - Knoppix 3.3
From: Jeremy (jm_at_gblx.net)
Date: 03/16/04
- Previous message: Martin Tsachev: "Re: ModSSL - Knoppix 3.3"
- In reply to: Bernard, Cyrille: "ModSSL - Knoppix 3.3"
- Next in thread: Bernard, Cyrille: "Re: ModSSL - Knoppix 3.3"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 16 Mar 2004 08:54:04 -0700 To: "Bernard, Cyrille" <Cyrille.Bernard@BEIJAFLORE.com>
Bernard, Cyrille wrote the following on 03/16/04 07:45:
<snip>
> <VirtualHost 192.168.1.1:443>
> CustomLog logs/ssl_request_log "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
> TransferLog logs/ssl_access_log
> SSLEngine On
...
> </VirtualHost>
</snip>
I would add an "ErrorLog logs/ssl_error_log" directive to the above
virtual host section.
reference: <url: http://httpd.apache.org/docs/mod/core.html#errorlog>
This may help you narrow down the potential list of problem areas.
Note: if, as you stated, you can indeed establish a tcp connection to
port 443 from a remote client and the server shows connection
"ESTABLISHED" via netstat, then you know that it is not a network and
most likely not a firewall issue but probably an apache server
configuration issue.
After you add an ErrorLog directive, telnet to port 443 from a remote
client again, while watching the server's ssl_error_log for clues. This
should then give you a way to proceed.
Regards
-- -jm GPG Key ID: 0x7A245D01
- Previous message: Martin Tsachev: "Re: ModSSL - Knoppix 3.3"
- In reply to: Bernard, Cyrille: "ModSSL - Knoppix 3.3"
- Next in thread: Bernard, Cyrille: "Re: ModSSL - Knoppix 3.3"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|