Skip to content

Commit

Permalink
dont bypass ssl verification
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyw committed Mar 23, 2013
1 parent ba89b17 commit 27499b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/octokit/connection.rb
Expand Up @@ -10,8 +10,7 @@ def connection(options={})
options = {
:authenticate => true,
:force_urlencoded => false,
:raw => false,
:ssl => { :verify => false }
:raw => false
}.merge(options)

if !proxy.nil?
Expand Down

0 comments on commit 27499b2

Please sign in to comment.