I'm using octokit
gem to interact with the github
API. So when I try via pry
console a simple test like:
require 'octokit'
=> true
Octokit.user "ricardobond"
The console brings to me:
Faraday::Error::ConnectionFailed: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed from /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/net/http.rb:917:in `connect'
I'm using:
OSX 10.8.4
RVM 1.19.1
Ruby 2.0.0p0 (2013-02-24 revision 39474) [x86_64-darwin12.3.0]
Rubygems 2.0.3
OpenSSL 1.0.1e 11 Feb 2013 (Installed via Homebrew)
Any tips about how can I fix that error?