hi,
I recently compiled and installed Openssl 0.9.5, Modssl 2.6.5 and Apache 1.3.12 on a Win32 machine. I've created 2 servers, a standar one listening on port 80 and a secure one listening on port 443.
When I run Apache without the '-D SSL' (just standar server) option, everything looks nice.
But, when I run Apache -D, it asks me for the pass phrase twice, and after it 'stands' like this:
 
Apache/1.3.12 mod_ssl/2.6.5 (Pass Phrase Dialog)
Some of your private key files are encrypted for security reasons.
In order to read them you have to provide us with the pass phrases.
 
Server myserver.es:443 (RSA)
Enter pass phrase:
 
Ok: Pass Phrase Dialog successful.
Apache/1.3.12 (Win32) mod_ssl/2.6.5 OpenSSL/0.9.5 running...
Apache/1.3.12 mod_ssl/2.6.5 (Pass Phrase Dialog)
Some of your private key files are encrypted for security reasons.
In order to read them you have to provide us with the pass phrases.
 
Server myserver.es:443 (RSA)
Enter pass phrase:
 
Ok: Pass Phrase Dialog successful.
 
At this point I can connect to the standar server, but when I try the secure one I get no answer. However, if I run netstat, an STASBLISHED connection apperars on port 443.
 
Any suggestion?
 
Thanx in advance
 
 

Reply via email to