RestClient::SSLCertificateNotVerified: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed

后端 未结 3 1448
不思量自难忘°
不思量自难忘° 2021-01-23 00:46

I tried to put verify_ssl=>false to the request, but it doesn\'t work.

Below is my code:

def login_request (username, password)
  reques         


        
3条回答
  •  时光取名叫无心
    2021-01-23 01:41

    We're facing the same exact error (B: certificate verify failed) and it's driving me nuts. This started showing up for our developers around the 10th of Oct, 2015.

    In authorize.net developer forums there are many threads with the same issue, two of which are recent (first thread) (second thread) and both went dead with no resolution, these two threads started around the same time we started facing this issue, so my guess is that it has to do with authorize.net bad/new certificate with missing certificate chain.

    This exact issue appeared before around 2012 and 2014 (check their developer forum), Authorize.net admitted it was a bad change they made to their certificates and then later fixed the issue, but this time it appears to be an ongoing since mid October.

    PS: I tried installing every root/chain certificate on our server but this issue persists.

提交回复
热议问题