mirror of
https://github.com/ansible/ansible.git
synced 2025-12-01 07:26:10 +07:00
Merge pull request #10316 from whereismyjetpack/winrm_https
plaintext https transport connecting over http
This commit is contained in:
@@ -56,7 +56,7 @@ class Connection(object):
|
||||
|
||||
transport_schemes = {
|
||||
'http': [('kerberos', 'http'), ('plaintext', 'http'), ('plaintext', 'https')],
|
||||
'https': [('kerberos', 'https'), ('plaintext', 'http'), ('plaintext', 'https')],
|
||||
'https': [('kerberos', 'https'), ('plaintext', 'https')],
|
||||
}
|
||||
|
||||
def __init__(self, runner, host, port, user, password, *args, **kwargs):
|
||||
|
||||
Reference in New Issue
Block a user