FRUSTRATION : SSL throws SSL23_GET_SERVER_HELLO error

2003-08-14 Thread Arthur Chan
Hiya I followed the discussion on those links, but it was not conclusive for me. It would seem that I have got both apache2.0.40 + mod_ssl talking with OpenSSL, using name-based vhosts. I have the certificate installed and self-signed. However [ssl] # openssl s_client -connect localhost:443 -state

FRUSTRATION : SSL throws SSL23_GET_SERVER_HELLO error

2003-08-10 Thread Arthur Chan
> Problem #1: your OpenSSL doesn't have the error messages loaded so you're > getting a rather non-descriptive error message. No big deal, it just > means you have to look harder to find out what the error means. How to I load them in order to get a more meaningful description ??? I've recompiled

Re: FRUSTRATION : SSL throws SSL23_GET_SERVER_HELLO error

2003-08-09 Thread Kiyoshi Watanabe
Hello, did you test the openssl command using your IP instead of localhost? openssl s_client -connect your-ip-here:443 -state -debug Or why don't you change the VirtualHohost to _default_ temporarily and see how it goes. -Kiyoshi Kiyoshi Watanabe > > Problem #1: your OpenSSL doesn't have

Re: FRUSTRATION : SSL throws SSL23_GET_SERVER_HELLO error

2003-08-08 Thread Cliff Woolley
On Fri, 8 Aug 2003, Arthur Chan wrote: > [ssl] # openssl s_client -connect localhost:443 -state -debug > still throws this sticky error : > SSL_connect:error in SSLv2/v3 read server hello A > 1565:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown > protocol:s23_clnt.c:460: You have multi