Created
July 9, 2012 16:54
-
-
Save shawnwall/3077588 to your computer and use it in GitHub Desktop.
Ruby SSL Error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
new-host-3:~ swall$ ios devices:list --trace | |
/Users/swall/.rvm/gems/ruby-1.9.2-p290/gems/net-http-persistent-2.7/lib/net/http/persistent/ssl_reuse.rb:70:in `connect': SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed (OpenSSL::SSL::SSLError) | |
from /Users/swall/.rvm/gems/ruby-1.9.2-p290/gems/net-http-persistent-2.7/lib/net/http/persistent/ssl_reuse.rb:70:in `block in connect' | |
from /Users/swall/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/timeout.rb:44:in `timeout' | |
from /Users/swall/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/timeout.rb:89:in `timeout' | |
from /Users/swall/.rvm/gems/ruby-1.9.2-p290/gems/net-http-persistent-2.7/lib/net/http/persistent/ssl_reuse.rb:70:in `connect' | |
from /Users/swall/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/net/http.rb:637:in `do_start' | |
from /Users/swall/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/net/http.rb:632:in `start' | |
from /Users/swall/.rvm/gems/ruby-1.9.2-p290/gems/net-http-persistent-2.7/lib/net/http/persistent.rb:511:in `connection_for' | |
from /Users/swall/.rvm/gems/ruby-1.9.2-p290/gems/net-http-persistent-2.7/lib/net/http/persistent.rb:806:in `request' | |
from /Users/swall/.rvm/gems/ruby-1.9.2-p290/gems/mechanize-2.5.1/lib/mechanize/http/agent.rb:258:in `fetch' | |
from /Users/swall/.rvm/gems/ruby-1.9.2-p290/gems/mechanize-2.5.1/lib/mechanize.rb:407:in `get' | |
from /Users/swall/.rvm/gems/ruby-1.9.2-p290/gems/cupertino-0.3.1/lib/cupertino/provisioning_portal/agent.rb:18:in `block in get' | |
from /Users/swall/.rvm/gems/ruby-1.9.2-p290/gems/cupertino-0.3.1/lib/cupertino/provisioning_portal/agent.rb:17:in `times' | |
from /Users/swall/.rvm/gems/ruby-1.9.2-p290/gems/cupertino-0.3.1/lib/cupertino/provisioning_portal/agent.rb:17:in `get' | |
from /Users/swall/.rvm/gems/ruby-1.9.2-p290/gems/cupertino-0.3.1/lib/cupertino/provisioning_portal/agent.rb:56:in `list_devices' | |
from /Users/swall/.rvm/gems/ruby-1.9.2-p290/gems/cupertino-0.3.1/lib/cupertino/provisioning_portal/commands/devices.rb:7:in `block (2 levels) in <top (required)>' | |
from /Users/swall/.rvm/gems/ruby-1.9.2-p290/gems/commander-4.1.2/lib/commander/command.rb:180:in `call' | |
from /Users/swall/.rvm/gems/ruby-1.9.2-p290/gems/commander-4.1.2/lib/commander/command.rb:180:in `call' | |
from /Users/swall/.rvm/gems/ruby-1.9.2-p290/gems/commander-4.1.2/lib/commander/command.rb:155:in `run' | |
from /Users/swall/.rvm/gems/ruby-1.9.2-p290/gems/commander-4.1.2/lib/commander/runner.rb:402:in `run_active_command' | |
from /Users/swall/.rvm/gems/ruby-1.9.2-p290/gems/commander-4.1.2/lib/commander/runner.rb:78:in `run!' | |
from /Users/swall/.rvm/gems/ruby-1.9.2-p290/gems/commander-4.1.2/lib/commander/delegates.rb:11:in `run!' | |
from /Users/swall/.rvm/gems/ruby-1.9.2-p290/gems/commander-4.1.2/lib/commander/import.rb:10:in `block in <top (required)>' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment