> SSLeay> s_client -host localhost -port 8443
> 
>   CONNECTED(00000003)
>   depth=0 /C=XY/ST=Snake Desert/L=Snake Town/O=Snake Oil, Ltd/OU=Certificate 
>Authority/CN=Snake Oil [EMAIL PROTECTED]
>   verify error:num=18:self signed certificate
>   verify return:1 
> 
> [program hangs]

>> Perhaps a dumb question ... have you tried typing in
>> a command at this point 

Thanks for the idea, Tim, but unfortunately SSLeay really seems to not be responding.  
I tried 

HEAD / HTTP/1.0\n\n         and
GET / HTTP/1.0\n\n

but no luck.

Turning on -state and -debug DID give a lot more output, but it didn't really tell ME 
much.  Maybe it can help someone else figure out what's wrong?

SSLeay>s_client -host localhost -port 8443 -debug -state
CONNECTED(00000003)
SSL_connect:before SSL initalisation
write to 40042100 [140044AC0] (109 bytes => 109 (0x6D))
0000 - 80 6b 01 03 01 00 42 00-00 00 20 00 00 16 00 00   .k....B... .....
[etc. etc]

SSL_connect:SSLv2/v3 write client hello A
read from 40042100 [14004A020] (7 bytes => 7 (0x7))
0000 - 16 03 01 00 4a 02                                 ....J.
0007 - <SPACES/NULS>
read from 40042100 [14004A027] (72 bytes => 72 (0x48))
0000 - 00 46 03 01 36 3f 37 a5-33 5a bc a0 f5 2e 18 5d   .F..6?7.3Z.....]
[etc. etc]

0048 - <SPACES/NULS>
SSL_connect:SSLv3 read server hello A
read from 40042100 [14004A020] (5 bytes => 5 (0x5))
0000 - 16 03 01 02 fe                                    .....
read from 40042100 [14004A025] (766 bytes => 766 (0x2FE))
0000 - 0b 00 02 fa 00 02 f7 00-02 f4 30 82 02 f0 30 82   ..........0...0.
[etc. etc]
[The certificate itself is embedded in the text at this point]
depth=0 /C=XY/ST=Snake Desert/L=Snake Town/O=Snake Oil, Ltd/OU=Certificate 
Authority/CN=Snake Oil [EMAIL PROTECTED]
verify error:num=18:self signed certificate
verify return:1

[program hangs]

and again, in my error.log

[Tue Nov  3 12:07:06 1998] [error] mod_ssl: SSL_accept failed


Any other ideas, anyone?



-----== Sent via Deja News, The Discussion Network ==-----
http://www.dejanews.com/  Easy access to 50,000+ discussion forums
______________________________________________________________________
Apache Interface to SSLeay (mod_ssl)   www.engelschall.com/sw/mod_ssl/
Official Support Mailing List               [EMAIL PROTECTED]
Automated List Manager                       [EMAIL PROTECTED]

Reply via email to