Re: [openssl-users] [Newsletter] Re: self-signed certificate won't work in my app but works with s_client

2016-07-04 Thread Salz, Rich
> 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

Re: [openssl-users] [Newsletter] Re: self-signed certificate won't work in my app but works with s_client

2016-07-04 Thread Carl Heyendal
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