Commit 65e68cdf by Brian Coca

Merge pull request #10316 from whereismyjetpack/winrm_https

plaintext https transport connecting over http
parents a6fbd836 5da5fa15
...@@ -56,7 +56,7 @@ class Connection(object): ...@@ -56,7 +56,7 @@ class Connection(object):
transport_schemes = { transport_schemes = {
'http': [('kerberos', 'http'), ('plaintext', 'http'), ('plaintext', 'https')], '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): def __init__(self, runner, host, port, user, password, *args, **kwargs):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment