Skip to content

Instantly share code, notes, and snippets.

@ethnt
Created July 13, 2013 16:30
Show Gist options
  • Save ethnt/5991241 to your computer and use it in GitHub Desktop.
Save ethnt/5991241 to your computer and use it in GitHub Desktop.
Siteleaf CLI theme pull error.
$ siteleaf pull theme
/Users/ethan/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/net/http.rb:918:in `connect': SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed (OpenSSL::SSL::SSLError)
from /Users/ethan/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/net/http.rb:918:in `block in connect'
from /Users/ethan/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/timeout.rb:52:in `timeout'
from /Users/ethan/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/net/http.rb:918:in `connect'
from /Users/ethan/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/net/http.rb:862:in `do_start'
from /Users/ethan/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/net/http.rb:851:in `start'
from /Users/ethan/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/open-uri.rb:313:in `open_http'
from /Users/ethan/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/open-uri.rb:708:in `buffer_open'
from /Users/ethan/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/open-uri.rb:210:in `block in open_loop'
from /Users/ethan/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/open-uri.rb:208:in `catch'
from /Users/ethan/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/open-uri.rb:208:in `open_loop'
from /Users/ethan/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/open-uri.rb:149:in `open_uri'
from /Users/ethan/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/open-uri.rb:688:in `open'
from /Users/ethan/.rbenv/versions/2.0.0-p195/lib/ruby/2.0.0/open-uri.rb:34:in `open'
from /Users/ethan/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/siteleaf-0.9.8/bin/siteleaf:92:in `block in get_theme_assets'
from /Users/ethan/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/httparty-0.11.0/lib/httparty/response.rb:57:in `each'
from /Users/ethan/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/httparty-0.11.0/lib/httparty/response.rb:57:in `method_missing'
from /Users/ethan/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/siteleaf-0.9.8/bin/siteleaf:88:in `get_theme_assets'
from /Users/ethan/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/siteleaf-0.9.8/bin/siteleaf:155:in `<top (required)>'
from /Users/ethan/.rbenv/versions/2.0.0-p195/bin/siteleaf:23:in `load'
from /Users/ethan/.rbenv/versions/2.0.0-p195/bin/siteleaf:23:in `<main>'
@TheCorp
Copy link

TheCorp commented May 26, 2015

did you ever figure out what caused this error?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment