TLS handshaking unsuccesfull and SSL_get_cipher function is returning NULL

Viewed 18

TLS handshaking is unsuccesfull on new CNF platform while in previously it was working fine previously, <SSL_get_cipher(ssl) function is returning (NULL) in my C++ TLS Client.

In wireshark getting following diffrent behaviour in this new CNF enviorment. Clinet is sending client hello where sessionid is with lenth 32 And server is responding with server hello, Change Cipher Spec, Hello Request, Hello Request instead of server hello, certificate, server key exchange, server hello done. Any idea what could be wrong in this new enviorment. Kindly help.

0 Answers
Related