Re: SSL_accept error... need help

2006-01-03 Thread Bernhard Froehlich
Samy Thiyagarajan wrote: hi, I am testing a basic (an echo)TLS server with the openSSL client s_client. I get the following error [...] Have you checked the samples available on http://www.opensslbook.com/code.html ? If I remember it right there are code samples for a SSL server which mi

SSL_accept error... need help

2006-01-03 Thread Samy Thiyagarajan
hi, I am testing a basic (an echo)TLS server with the openSSL client s_client. I get the following error   server side : SSL3_GET_CLIENT_HELLO:no shared cipher:s3_srvr.c:888 client side: SSL_23_GET_SERVER_HELLO:sslv3 alert handshake failure:s23_clnt.c:489 I use SSLv23 as my method in the context