Skip to content
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

Tool is ignoring HTTPS_PROXY/HTTP_PROXY #47

Open
gowens-leolabs opened this issue Aug 21, 2024 · 2 comments
Open

Tool is ignoring HTTPS_PROXY/HTTP_PROXY #47

gowens-leolabs opened this issue Aug 21, 2024 · 2 comments

Comments

@gowens-leolabs
Copy link

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.

@gowens-leolabs gowens-leolabs changed the title Ignore HTTPS_PROXY Tool is ignoring HTTPS_PROXY/HTTP_PROXY Aug 21, 2024
@tedsmitt
Copy link
Owner

tedsmitt commented Oct 9, 2024

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

ecsgo-proxy

I am looking at upgrading to the v2 SDK in the coming weeks, not sure if this will have an impact or not.

@tedsmitt
Copy link
Owner

@gowens-leolabs ecsgo now uses the Go AWS SDK v2, can you let me know if it is handling the environment variables any differently?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants