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
I'm trying to use WinRM within a IPv6 environment, and from the internet posts it seems that IPv6 is almost never mentioned. What is the connection string for using a IPv6 address and is it even supported?
Connected successfully to [2607:f480:111:1318:5360:597:e103:4c37] at http://[2607:f480:111:1318:5360:597:e103:4c37]:5985/wsman.
WARNING: Failed to connect to [2607:f480:111:1318:5360:597:e103:4c37] at http://[2607:f480:111:1318:5360:597:e103:4c37]:5985/wsman.
error_message: No valid WSMan endoint listening at http://[2607:f480:111:1318:5360:597:e103:4c37]:5985/wsman.
host: [2607:f480:111:1318:5360:597:e103:4c37]
response_status_code: 400
wsman_port: 5985
wsman_url: http://[2607:f480:111:1318:5360:597:e103:4c37]:5985/wsman
Regards
The text was updated successfully, but these errors were encountered:
One thing you might try checking is if your httpclient gem is at v 2.4.0 or later. IPv6 compatibility was added in that version. That was back in June 2014, but its possible you have an older version since WinRM is happy with 2.2 forward.
I'm trying to use WinRM within a IPv6 environment, and from the internet posts it seems that IPv6 is almost never mentioned. What is the connection string for using a IPv6 address and is it even supported?
Regards
The text was updated successfully, but these errors were encountered: