-
Notifications
You must be signed in to change notification settings - Fork 888
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
reqwest download backend is lacking socks support #2409
Comments
@inejge any ideas? |
Support for |
Okay, sounds like we need to turn that on again :D Thanks. |
@kinnison I'd like to work on this since it's marked both 'easy' and 'mentor'. How can I get help on starting with it? |
@gaveen Firstly I suggest that you get a local socks proxy working so that you can confirm if requests are passing through it. Set up the You can come onto the rust-lang discord and find me in |
Problem
Steps
https_proxy=socks5://127.0.0.1:1990 rustup update
and it doesn't use proxy because I watchiftop -B
and nothing connect to my proxy serveriftop
it connects to my proxy serverThe text was updated successfully, but these errors were encountered: