You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use pywinrm to try to access an ipv6 address, I get the following error:
HTTPConnectionPool(host='http', port=5985): Max retries exceeded with url: /wsman (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x2b23d61a6d90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
my code:
win = winrm.Session('http://[ipv6_addr]:5985/wsman', auth=('Administrator', 'MyPassword'))
The text was updated successfully, but these errors were encountered:
When I use pywinrm to try to access an ipv6 address, I get the following error:
HTTPConnectionPool(host='http', port=5985): Max retries exceeded with url: /wsman (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x2b23d61a6d90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
my code:
win = winrm.Session('http://[ipv6_addr]:5985/wsman', auth=('Administrator', 'MyPassword'))
The text was updated successfully, but these errors were encountered: