openssl 0.9.8j connection issue
- by Lambov
I have a connection problem using openssl 0.9.8j.
When I try to connect with s_client to one specified server openssl said:
640:error:14094410:SSL routines:SSL3_READ_BYTES:sslv3 alert handshake failure:s3
_pkt.c:1060:SSL alert number 40
640:error:140790E5:SSL routines:SSL23_WRITE:ssl handshake failure:s23_lib.c:188
I tried option "no_ticket",I tried also "ssl2",all is useless.
The problem occurs only when I try to connect to this server.
Any ideas?
Thanks!