-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
corporate proxy functionality #204
Comments
Please refer to this thread TY oven-sh/bun#3917 (comment) |
@nmccready Hrmm, is github overall blocked by your proxy? Does your company have custom certs that should be used (can maybe add a setting for this)? I've never solved this kind of thing, but I'll look into it. |
Tinkering here: #205 |
Added |
No its not blocked, thanks for looking.
Will try to verify today. |
Something is still wonky
Is there additional config needed for proto to pick up HTTP_PROXY, HTTPS_PROXY, http_proxy, and https_proxy? |
What settings did you try? And can you include the |
Nothing fancy, HTTP(S?)_PROXY is exported in the shell session as well as the lower case version. Normally this is picked up by whatever proxy agent.
|
According to the docs, the env vars should work (https://docs.rs/reqwest/0.11.20/reqwest/#proxies), so maybe something else is going on? I can probably be explicit and do the implementation manually instead of relying on the lib. |
Seems similar. rustic-rs/rustic#679 |
Looks to be exactly the same, let me try that. |
Ok, give 0.18.1 a shot. |
Works 🎆 |
Ahh hell yeah. Thanks for finding that thread! |
What version?
No response
Which command?
No response
What happened?
All http/s calls are blocked.
Any logs?
No response
Operating system?
MacOS
Architecture?
x64
The text was updated successfully, but these errors were encountered: