Skip to content

Commit 68347ae

Browse files
committed
Land rapid7#8188, Update client to use TLS1.2
2 parents 11ccf8c + bd21d28 commit 68347ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msf/core/rpc/v10/client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def initialize(info={})
3636
:port => 3790,
3737
:uri => '/api/',
3838
:ssl => true,
39-
:ssl_version => 'TLS1',
39+
:ssl_version => 'TLS1.2',
4040
:context => {}
4141
}.merge(info)
4242

0 commit comments

Comments
 (0)