OpenSSL Ignore Self-signed certificate error

后端 未结 6 1874
独厮守ぢ
独厮守ぢ 2021-02-19 07:42

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

6条回答
  •  情深已故
    2021-02-19 08:28

    Have you tried giving your app the server's CA certificate so that your app can verify the certificate chain?

提交回复
热议问题