Friday evening we started getting intermittent SSL errors when connecting to the API servers. We use the active merchant library(http://activemerchant.org/) from ruby in two different apps and those both had the same issue. About 1/11 connections that were attempted threw this error:
SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
This was consistent between both applications, and neither got any updates related to this on Friday. What I've seen online is that people who previously got this error got it because some of the servers were not sending along the intermediate certificate. That would be consistent with what I am seeing. When I tested with ssl_strict=false this morning the errors stopped, but that is not a solution I want to depend on.
Any thoughts?
Solved! Go to Solution.
08-06-2012 10:28 AM
A change was recently implemented that should correct this problem. Please confirm that you you are no longer seeing an error on your sites.
08-06-2012 02:31 PM
Haven't seen the problem since about noon pacific time. Will keep watching. Thanks.
08-06-2012 03:51 PM
Last exception seen was at 1:30pm EDT today. Everything seems to be working correctly now. Thank you.
08-06-2012 05:34 PM
This seems to be happening again. Timeline for a fix?
03-25-2015 09:43 PM
Yes this problem seems to be happening again
04-06-2015 11:24 PM