Hi there! I just downloaded openssl sources and wanted to play around with s_server and s_client. I've managed to get s_server running with the following command: openssl s_server -accept 1043 -nocert
Now when trying to connect using s_client I get this: openssl s_client -connect localhost:1043 CONNECTED(00000003) 21311:error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure:s23_clnt.c:562: On the server side you can see the following output: Using default temp DH parameters Using default temp ECDH parameters ACCEPT ERROR 21310:error:1408A0C1:SSL routines:SSL3_GET_CLIENT_HELLO:no shared cipher:s3_srvr.c:972: shutting down SSL CONNECTION CLOSED ACCEPT I will appreciate any help on this. Regards !!