We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8356db9 + fa918fd commit 1ba7c60Copy full SHA for 1ba7c60
lib/oauth/consumer.rb
@@ -321,7 +321,7 @@ def create_http(_url = nil)
321
322
http_object.read_timeout = http_object.open_timeout = @options[:timeout] || 30
323
http_object.open_timeout = @options[:open_timeout] if @options[:open_timeout]
324
-
+ http_object.ssl_version = @options[:ssl_version] if @options[:ssl_version]
325
http_object
326
end
327
0 commit comments