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 42ff3fa + 5cfd814 commit e2cd119Copy full SHA for e2cd119
lib/orchestrator_client.rb
@@ -24,7 +24,7 @@ def make_uri(path)
24
def create_http(uri)
25
http = Net::HTTP.new(uri.host, uri.port)
26
http.use_ssl = true
27
- http.ssl_version = :TLSv1
+ http.ssl_version = :TLSv1_2
28
http.ca_file = config['cacert']
29
http.verify_mode = OpenSSL::SSL::VERIFY_PEER
30
http
0 commit comments