Hello everybody,
After a long time working with Solaris, I've decided to try Microsoft's world.
So I compiled Apache 1.3.12 + openssl 0.9.5 + Modssl 2.6.5-1.3.12
No problem at all during compilation / installation.
I've successfully generated my root CA certificate and my server certificate, and Apache runs nice when not in secure mode...
But when I try launching a secure server, it dosn't seem to work. After executing apache.exe, this is what I get:
 
C:\Apache>apache.exe
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 192.168.1.1:80 (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 192.168.1.1:80 (RSA)
Enter pass phrase:
 
Ok: Pass Phrase Dialog successful.
But when I try to connect with my browser (both netscape or ie) to https://192.168.1.1:80/ I get an error message telling tha it can't connect to the server.
 
I've also tried to connect with openssl's s_client, and this is what i get:
 
OpenSSL> s_client -connect 193.144.105.136:80 -debug
Loading 'screen' into random state - done
CONNECTED(00000030)
write to 0095F620 [0068AA54] (130 bytes => 130 (0x82))
0000 - 80 80 01 03 01 00 57 00-00 00 20 00 00 16 00 00   ......W... .....
0010 - 13 00 00 0a 07 00 c0 00-00 66 00 00 07 00 00 05   .........f......
0020 - 00 00 04 05 00 80 03 00-80 01 00 80 08 00 80 00   ................
0030 - 00 65 00 00 64 00 00 63-00 00 62 00 00 61 00 00   .e..d..c..b..a..
0040 - 60 00 00 15 00 00 12 00-00 09 06 00 40 00 00 14   `...........@...
0050 - 00 00 11 00 00 08 00 00-06 00 00 03 04 00 80 02   ................
0060 - 00 80 16 3a 54 04 fc 5b-6e 4b f3 81 2d d3 1b da   ...:T..[nK..-...
0070 - 82 37 9f 5b 0e 4b a3 dd-f7 c0 10 2f 6c ef da 67   .7.[.K...../l..g
0080 - fa 1c                                             ..
...and it stays like this until I hit ctrl+c.
 
Any suggestions?
 
Thanx in Advance
 
Jorge

Reply via email to