-
Notifications
You must be signed in to change notification settings - Fork 1.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
http_proxy is ignored #956
Comments
To be honest, I don't recall the motivation for ignoring system proxies. Changing this at this point would possibly cause other problems, as some issue likely prompted the change. I suspect there are valid cases for using the system proxy to contact the instance metadata service and other times where using the system proxy is undesirable or problematic. The problem here is the SDK does not give the user any control over when to use or when to ignore the system proxy. Would it be sufficient if |
I also did some additional digging. The Ruby SDK is not the only SDK that disables environment proxies when connecting to the instance metadata service. I spoke with one of the CLI engineers and they do the same thing. |
I'm going to move this to our feature requests. Please feel free to continue commenting on this issue. |
Whilst trying to solve 99designs/aws-vault#40 I noticed that aws-sdk-ruby intentionally ignores system proxies.
5af5b8d
What's the rationale? It's different behaviour from the other SDK's that I have looked at.
The text was updated successfully, but these errors were encountered: