-
Notifications
You must be signed in to change notification settings - Fork 202
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
Support for proxy? #126
Comments
@litjoco Are you setting the environment variables as defined http://docs.aws.amazon.com/cli/latest/userguide/cli-http-proxy.html ? |
@tyler-ball Yes- the environment variables are set. Having these set worked previously-with a commit ref pre-aws sdk I believe. I have the aws cli installed and it works as expected with the env vars set. Is there another mechanism that TK is expecting proxy supplied that I'm not aware of? Thanks for your work on helping resolve |
@litjoco I added a comment in the PR, but I'll ask here too: I'm currently defaulting the http_proxy to |
looks good, +1 for |
@tyler-ball I added a comment to the pull request in agreement with @metadave thank you |
I am seeing failures when behind a proxy which was working on a previous version. I have the proxy environment variables set.
I think the ability to connect from behind a proxy has been lost when moving from fog to the AWS sdk.
I'm not familiar with the aws sdk, but think the ec2 client can be supplied a http_proxy in the config option.
The text was updated successfully, but these errors were encountered: