Hi, I am having a problem establishing a connection with openssl libs. My client code is failing because SSL_get_peer_certificate() returns NULL. On the server code SSL_get_error() returns 1 and the error string i get is "error:00000000:lib(0):func(0):reason(0)" which is very unclear to me. Why would SSL_get_peer_certificate() be failing?
Thank you, John