Mark Hahn wrote:
> 
> The problem with route number one:
> ----------------------------------------------------
> 
> I downloaded the pre-built version of Apache and ModSSL called
> Apache_1.3.12-mod_ssl_2.6.1-openssl_0.9.5-WIN32-i386.zip.
> I used the openssl.exe program to generate a cert (and key) which
> worked with the openssl s_server command and talked to the
> openssl s_client command. I then changed httpd.conf to use
> this cert and stared apache.exe with -D SSL to reference all
> the SSL configuration directives. This appears to work as it says
> the password dialog was successful and Apache with modssl
> and openssl is running.

This is where it fools you: you need to type the password twice. It
doesn't tell you it's waiting, but that's really what's happening. It
has to do with Apache spawning a separate child-process to serve
requests. A while ago someone posted a patch for this, and submitted a
bugreport to the Apache (not modssl) maintainers, if I'm not mistaking.
But you most likely work with a version without the patch. You might
find it back in one of the archives of this list. Look for Win32 in the
subject.

Of type the password twice, and your problems will go away (or provide a
password program to do it for you, or use a private key that has the
password removed). 

> The problem with route number two:
> ------------------------------------------------------------
[snip]
I can't help you with your build problem. Modssl has always built out of
the box on MSVC for me.

Regards,
Jan Dries
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to