Hi, My Apache is using OpenSSL 0.9.8.d. Sometimes SSL connections are getting established. When I tested the SSL connection using openssl command in the prompt, I get the following error messages.
$ openssl s_client -connect xx.xx.xx.xx:443 -state CONNECTED(00000003) SSL_connect:before/connect initialization SSL_connect:error in SSLv2/v3 write client hello A write:errno=73 $ openssl s_client -connect xx.xx.xx.xx:443 -state CONNECTED(00000003) SSL_connect:before/connect initialization SSL_connect:SSLv2/v3 write client hello A 5532:error:140790E5:SSL routines:SSL23_WRITE:ssl handshake failure:s23_lib.c:188: When I ran the above commands using -debug option, it looks like the server sends -1 or 0 as response for the "write client hello A" request. It looks like server closes the socket connection prematurely. When I ran the above commands using -ssl3 option, I am getting the below error message. CONNECTED(00000003) SSL_connect:before/connect initialization SSL_connect:SSLv3 write client hello A SSL_connect:error in SSLv3 read server hello A write:errno=73 Any help you provide is much appreciated! Regards, Karthik Kanna -- View this message in context: http://www.nabble.com/SSL-connection-issue-tp18336122p18336122.html Sent from the OpenSSL - User mailing list archive at Nabble.com. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]