-
Notifications
You must be signed in to change notification settings - Fork 283
Installation of nodejs does not work under proxies that require authorization. #2005
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
Comments
Seeing if I can fix it at sbstp/attohttpc#185 But seemingly bumping attohttpc to v0.29.0 already needs bunch of dependencies to be updated. I am not sure what I should do then. |
At least the test build succeeded to download and install Nodejs under the proxy |
sbstp/attohttpc#185 is merged. |
Hmm why is dependabot not suggesting to update attohttpc? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you for a great tool. I'm trying to manage Nodejs version under my personal environment with Volta but when I extend use of Volta to my work environment, it does not work because our company's cooporate proxy requires basic authentication.
(The error was 407 Proxy Authentication Required.)
Quickly skimmed source codes, I found that attohttpc does not place Proxy-Authorization header for proxy CONNECT requests.
I'll raise an issue there too.
The text was updated successfully, but these errors were encountered: