On 23/12/15 15:20, Jayadev Kumar wrote: > Hi, > > When i run openssl-1.0.1m server with > > ./openssl101m s_server -accept 443 -msg > > and openssl-1.0.1q client with following command > > ./openssl101q s_client -connect x.x.x.x:443 > > I see server is failing with error > >>>> TLS 1.2 Handshake [length 0004], ServerHelloDone > 0e 00 00 00 > <<< TLS 1.2 Alert [length 0002], fatal handshake_failure > 02 28 > ERROR > 140005164332736:error:14094410:SSL routines:SSL3_READ_BYTES:sslv3 alert > handshake failure:s3_pkt.c:1289:SSL alert number 40 > shutting down SSL > > > This is not see when both client and server uses 'openssl' binary from > 'openssl-1.0.1m'. Is this a known issue ? Any workarounds known ? Do you get an error printed on the client side? If so what is it? Matt