Skip to content

Commit

Permalink
Merge pull request #106 from IoraHealth/ek-rm_sslv3
Browse files Browse the repository at this point in the history
Remove explicit setting of sslv3 ssl version
  • Loading branch information
mike-yesware committed Oct 16, 2014
2 parents 8011efa + b44dc17 commit 3efaa51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/ruby-box/session.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ def request(uri, request, raw=false, retries=0)

http = Net::HTTP.new(uri.host, uri.port)
http.use_ssl = true
http.ssl_version = :SSLv3
#http.set_debug_output($stdout)

if @access_token
Expand Down

0 comments on commit 3efaa51

Please sign in to comment.