cancel
Showing results for 
Search instead for 
Did you mean: 

SSL Cert Issue Since 9/21

After the update on 9/21 all transaction on our site would yield the error:

 

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

 

Hoeever, according to shaaaaaaaaaaaaa.com our certs were fine. 

 

After some digging, our developers found the issue was our dated version of Ubuntu/OpenSSL kept us from updating to TSL 1.2. So, we began the full ugprade process and re-deployed the application on an upgraded VM.

 

Everything looks good, we're on the updated VM, but we are still getting the same SSL error. Any insight would be greatly appreciated.

dcchuck
Member
2 REPLIES 2

 

Hi dcchuck,

 

The error indicates that your software is unable to recognize the Authorize.Net certificate. It is important to know that this error that you are receiving has no connection to the certificates that you are using on your site.

 

Thanks,

Joy

Joy
Administrator Administrator
Administrator

Ruby version is 2.1 and Rails version is 3.2

i am getting the error in production as

 

OpenSSL::SSL::SSLError (SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed)

shamsulsham89
Member