kyrylo / pry-theme

An easy way to customize Pry colors via theme files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

install subcommand fails

brandondrew opened this issue · comments

Attempting to install a theme failed on every available theme:

[14] pry(main)> pry-theme install xoria256
Installing "xoria256" from Pry Theme Collection...
OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
from /Users/brandon/.rvm/rubies/ruby-1.9.3-p392/lib/ruby/1.9.1/net/http.rb:799:in `connect'
[14] pry(main)> pry-theme install wombat
Installing "wombat" from Pry Theme Collection...
OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
from /Users/brandon/.rvm/rubies/ruby-1.9.3-p392/lib/ruby/1.9.1/net/http.rb:799:in `connect'
[14] pry(main)> pry-theme install vividchalk
Installing "vividchalk" from Pry Theme Collection...
OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
from /Users/brandon/.rvm/rubies/ruby-1.9.3-p392/lib/ruby/1.9.1/net/http.rb:799:in `connect'
[14] pry(main)> pry-theme install tomorrow-night
Installing "tomorrow-night" from Pry Theme Collection...
OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
from /Users/brandon/.rvm/rubies/ruby-1.9.3-p392/lib/ruby/1.9.1/net/http.rb:799:in `connect'
[14] pry(main)> pry-theme install peaksea
Installing "peaksea" from Pry Theme Collection...
OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
from /Users/brandon/.rvm/rubies/ruby-1.9.3-p392/lib/ruby/1.9.1/net/http.rb:799:in `connect'
[14] pry(main)> pry-theme install inkpot
Installing "inkpot" from Pry Theme Collection...
OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
from /Users/brandon/.rvm/rubies/ruby-1.9.3-p392/lib/ruby/1.9.1/net/http.rb:799:in `connect'
[14] pry(main)> pry-theme install dominikh
Installing "dominikh" from Pry Theme Collection...
OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
from /Users/brandon/.rvm/rubies/ruby-1.9.3-p392/lib/ruby/1.9.1/net/http.rb:799:in `connect'
[14] pry(main)> pry-theme install autumn
Installing "autumn" from Pry Theme Collection...
OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
from /Users/brandon/.rvm/rubies/ruby-1.9.3-p392/lib/ruby/1.9.1/net/http.rb:799:in `connect'
[14] pry(main)>

You have problems with OpenSSL. https://gist.github.com/mislav/5026283