You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our company uses a corporate proxy for AWS access and for various applications if we use HTTPS_PROXY/HTTP_PROXY the application would simply understand that communication needs to go out that path but this mechanism doesn't seem to work with ecsgo. As far as I can tell, it completely ignores the proxy settings and the application doesn't have any kind of proxy switch so this tool is completely unusable for us.
The text was updated successfully, but these errors were encountered:
gowens-leolabs
changed the title
Ignore HTTPS_PROXY
Tool is ignoring HTTPS_PROXY/HTTP_PROXY
Aug 21, 2024
According to the AWS SDK v1 docs, the HTTP_PROXY env var is supported and should be taken into consideration. However, I have noticed that it doesn't list HTTPS_PROXY in these docs, whereas in the v2 docs, it does.
Regardless, I'm not really able to reproduce this (at least not using something like Squid Proxy locally), see below
I am looking at upgrading to the v2 SDK in the coming weeks, not sure if this will have an impact or not.
Our company uses a corporate proxy for AWS access and for various applications if we use
HTTPS_PROXY/HTTP_PROXY
the application would simply understand that communication needs to go out that path but this mechanism doesn't seem to work withecsgo
. As far as I can tell, it completely ignores the proxy settings and the application doesn't have any kind of proxy switch so this tool is completely unusable for us.The text was updated successfully, but these errors were encountered: