use 'Auto' for `ssl_version`

This commit is contained in:
Jeffrey Martin 2022-03-18 16:45:34 -05:00
parent c3445ccb6f
commit ebaf584a00
No known key found for this signature in database
GPG Key ID: 0CD9BBC2AF15F171
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ class Auxiliary::Web::HTTP
opts[:target].port, opts[:target].port,
{}, {},
opts[:target].ssl, opts[:target].ssl,
'SSLv23', 'Auto',
nil, nil,
username, username,
password password