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.
1 parent 7516512 commit cb3a4afCopy full SHA for cb3a4af
lib/rex/socket/ssl_tcp.rb
@@ -80,7 +80,7 @@ def initsock(params = nil)
80
81
# Raise an error if no selected versions are supported
82
if versions.length == 0
83
- raise ArgumentError, 'The system OpenSSL does not support the request SSL/TLS version'
+ raise ArgumentError, 'The system OpenSSL does not support the requested SSL/TLS version'
84
end
85
86
last_error = nil
0 commit comments