Update client to use TLS1.2

bug/bundler_fix
James Barnett 2017-04-04 17:57:07 -05:00
parent 11ccf8c6be
commit bd21d2811b
No known key found for this signature in database
GPG Key ID: 647983861A4EC5EA
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ class Client
:port => 3790,
:uri => '/api/',
:ssl => true,
:ssl_version => 'TLS1',
:ssl_version => 'TLS1.2',
:context => {}
}.merge(info)