Hi All, I'm trying to debug eXosip/osip code. The codepath I'm seeing a problem is the tcp-tls.
SSL_connect(ssl) returns 0, and the online docs suggest to call SSL_get_error(ssl, resultOfpevCall). The errorcode is 5 (i.e. SSL_ERROR_SYSCALL). Now calling Err_get_error() return EOF... What does it mean??? BTW: There is no ssl calls between these calls. And there is no thread switch, so essentially error handling is in the same thread. Thanks in Adv. -pro
