On Mon, Jan 03, 2000, Gunther Schadow wrote:

> has anyone tried to make mod_ssl work in an IPv6 enabled apache?
> I seem to have problems with the mod_ssl server not understanding
> HTTPS even though the configuration works fine with an IPv6-free
> apache.  The problem may be associated with hostname lookup and
> internet addresses. To debug the problem I would need some guidance
> on how I could get a debug log output that tells me why mod_ssl
> does not end up serving HTTPS on port 443. 
> 
> To be a little more specific here: the apache server does start up
> fine and a server-status tells me that mod_ssl / OpenSSL are 
> configured and being used. The server listens on port 443, but 
> it doesn't speak HTTPS. I would need a verbous debug log dump
> of both the apache/mod_ssl initialization phase and the client
> connection phase to see why it believes HTTPS is not applicable
> to the connections.

I've stilled not tried Apache over IPv6, but

1. there seems to be IPv6 patches needed which were posted to
   [EMAIL PROTECTED] recently. So I expect that mod_ssl needs a
   little bit of patching, too.

2. maximum debug logging for mod_ssl you can achieve with
   "SSLLogLevel debug" as the the documentation explains.

                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to