I am trying to run an openssl s_client command but it returns me a handshake failure response. Here is the command with output
OpenSSL> s_client -connect host:port -showcerts
CONNECTED(00000003) 89154:error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure:/SourceCache/OpenSSL098/OpenSSL098-52.40.1/src/ssl/s23_clnt.c:593:
Can some one help what is happening here?