Skip to content

Commit

Permalink
remove explicit setting of sslv3 ssl version
Browse files Browse the repository at this point in the history
  • Loading branch information
eliotk committed Oct 16, 2014
1 parent 8011efa commit b44dc17
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/ruby-box/session.rb
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 b44dc17

Please sign in to comment.