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.
09-29-2015 10:21 AM
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
10-01-2015 03:12 PM
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)
11-13-2018 08:24 AM