"Ralf S. Engelschall" wrote:
> On Tue, Oct 12, 1999, Alex Muc wrote:
>
> > I'm running apache 1.3.9 and mod_ssl 2.4.2 on NT. I am wondering if
> > someone can take a look at the following section of my modssl
> > 'engine.log' file. Can anyone tell me if these entries in the log file
> > look like a normal startup for apache and modssl. Specifically I'm
> > wondering about the entries regarding 'startup round'. I have '*'ed
> > them in the following list. They seem a little strange to me and I
> > haven't been able to get modssl working properly yet, so I'm wondering
> > if this is normal or not.
>
> As their [info] tag cleary indicate, they are just informal messages about the
> stage into which mod_ssl is. They are normal, yes. Real problems are never
> reported with [info], they are either [error] or [warn]. Your problems are
> definetely not related to these, of course.
Ok, if that is the case does is there any other way to determine what may be
causing the problems. What seems to be happening is that the server starts
normally, but I can't access it. Both the SSL port and the non-SSL port don't
respond. I thought it may be a problem with openssl but I have been able to start
up an openssl server using the following command line:
C:\opensa>openssl s_server -accept 444 -cert c:\opensa\openssl\demoCA\server.crt
-key c:\opensa\openssl\demoCA\server.key
-CApath c:\opensa\openssl\demoCA\ -CAfile ca.crt -www
and connect to it using an openssl client via the following command line:
C:\opensa\OpenSSL>openssl s_client -cert c:\opensa\openssl\demoCA\server.crt
-key c:\opensa\openssl\demoCA\server.key
-CApath c:\opensa\openssl\demoCA\
-CAfile ca.crt
-connect 158.232.78.47:444 -state
The client and the server both exchange information and they both appear to be
running correctly. But when I start apache with mod_ssl (command line "apache -D
SSL") and try and connect to the openssl server via an identical client command
line connection as above (the only difference is the port number which is 443, not
444) I only get the following output to the client screen:
CONNECTED(00000048)
SSL_connect:before/connect initialization
SSL_connect:SSLv2/v3 write client hello A
And then it just sits there doing nothing. Both my apache server and the openssl
server that I started are using the same certificates so I don't think it is a
certificate problem given that it works with the plain openssl server and not the
apache openssl connection. Does anyone have any other ideas what might be causing
the problem and what the solution might be?
Thanks for your help.
Alex.
>
>
> 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]
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]