-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An error about proxy for PowerShell function: Invoke-WebRequest #15
Comments
output of debug release. |
2 issues:
|
For a temporary solution, can you try disabling the IPv6 stack on Windows and see whether it works? (Note by this way, name resolving process is not proxified.) |
|
tried, doesn't work.
woah, the cat was caught. |
switch to new scoop shim will not solve this issue.
|
Powershell
Windows Powershell 5.1.19041.610 (Windows 10 built-in):
Powershell Core 7.1.0 (same results for x64/x86 versions) :
What caused PowerShell 7.1 to get the wrong IP format?
The proxy server does not support IPv6.
IPv6 has been disabled in the network adapter.
Invoke-WebRequest example.org -Proxy $PROXY_URI
is work well.The text was updated successfully, but these errors were encountered: