I'm having persistent issues with OpenSSL on my Ubuntu 12.04 machine. I'm using RVM, and I've tried the official solutions, to no avail.
Requests made to some hosts fail (for instance, bitbucket.org) with SSL fail. For instance, Mechanize throws this:
OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
from /home/avo/.rvm/gems/ruby-1.9.3-p194/gems/net-http-persistent-2.7/
Anybody have any hints?