Open gowens-leolabs opened 3 months ago
Hey @gowens-leolabs,
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.
@gowens-leolabs ecsgo now uses the Go AWS SDK v2, can you let me know if it is handling the environment variables any differently?
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.