-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
trust_env doesn't works #3075
Comments
What |
--------- CODE --------- --------- OUTPUT --------- |
The problem is https://myproxy.es proxy for |
ok, this is exactly the problem, thanks for your quick response :-) |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a [new issue] for related bugs. |
Long story short
Passing trust_env=True in ClientSession doesn't works
Expected behaviour
Try to connect to proxy
Actual behaviour
Doesn't connect to proxy
Steps to reproduce
trust_env=True
env Vars setted http_proxy HTTP_PROXY https_proxy and HTTPS_PROXY
client connect directly to endpoint instead to connect with proxy
If I set proxy=http://myproxy.es the client works and try to connect with proxy but with trust_env method doesn't work
The text was updated successfully, but these errors were encountered: