> A Wireshark trace reveals that the client shuts down the handshake
> connection with the reason ‘Unknown CA’.
> So if the client knows that the cert is self-signed as indicated by the debug
> logs, why would it issue the above reason for failure when it doesn’t need to
> know the CA?
You st
Thanks Matthew.
However the problem seems to be occurring before the processing of the return
codes you mentioned.
The problem occurs from a bad return value from:
if(SSL_connect(ssl) <= 0)
int_error("Error connecting SSL object");
A Wireshark trace reveals that the client shuts do