I\'m writing a small program with the OpenSSL library that is suppose to establish a connection with an SSLv3 server. This server dispenses a self-signed certificate, which caus
Have you tried giving your app the server's CA certificate so that your app can verify the certificate chain?