-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
HTTP(S) proxy won't work under windows platform #15434
Comments
It seems after setting the following:
which use HTTP not HTTPS works for me, so i think it is better to change the description of proxy setting instructions for more compatibility. |
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
There's no way to use proxy smoothly, even i tried:
The vcpkg says:
Seems the curl won't use windows proxy.
Isn't there any way for you to use another download tool on Windows for simple proxy setting like
vcpkg --proxy=https://127.0.0.1:10809
?Environment
To Reproduce
Steps to reproduce the behavior:
1.Start an HTTP proxy at 10809
2.
Expected behavior
The vcpkg uses my HTTPS proxy to download files fast and easy.
Failure logs
Additional context
No
The text was updated successfully, but these errors were encountered: