Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
updated tls version
Browse files Browse the repository at this point in the history
  • Loading branch information
nishils authored and sds committed Jan 31, 2019
1 parent 27618b8 commit 88036ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/coinbase/wallet/adapters/net_http.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def initialize(base_uri, options = {})
@conn = Net::HTTP.new(base_uri.host, base_uri.port)
@conn.use_ssl = true if base_uri.scheme == 'https'
@conn.cert_store = self.class.whitelisted_certificates
@conn.ssl_version = :TLSv1
@conn.ssl_version = :TLSv1_2
end

private
Expand Down
2 changes: 1 addition & 1 deletion lib/coinbase/wallet/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Coinbase
module Wallet
VERSION = "4.2.0"
VERSION = "4.2.1"
end
end

0 comments on commit 88036ba

Please sign in to comment.