On OS X Mavericks, I am getting the following error from my Ruby programs when I try to connect to various APIs:
Seahorse::Client::NetworkingError: SSL_conne
In my case the problem was the following:
=> Mismatch; and symlinking /etc/openssl -> /usr/local/etc/openssl did not help.
Compile RVM Ruby from sources:
rvm install VERSION --disable-binary
After that, make sure your certificates are up-to-date:
rvm osx-ssl-certs update