connect from behind corporate proxy #7769
Replies: 3 comments
-
Here is documentation on using a proxy with the AWS CLI: https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-proxy.html. There may be configuration settings on your proxy that are preventing the connection. |
Beta Was this translation helpful? Give feedback.
-
Not exactly what you are looking for, but FYI someone found a way to use boto3 behind corporate proxy with NTLM/Kerberos authentication. https://github.com/mpieters3/urllib3_kerberos_proxy/blob/master/kerbmonkey/kerb_monkey.py#L55 |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I have a strange problem when connecting from behind corp proxy.
What I´m trying to do is easy:
aws s3 ls --profile my_profile
Here is my setup
Client, from which I´m trying to connect:
Ubuntu@WSL-2@Windows10
proxy environment is set, curl, wget, etc. works as expected
WSL-Host is Windows10 and here runs px.exe (proxy which abstracts auth part and takes info from windows credential store)
What happens
Client side:
On Host side (px debug log)
curl on wsl side
but
So it seems, that aws-cli is making a call to sts within the whole process and that sems to go awry :-(
Anyone has any tipps for me ?
Thanks guys!
Beta Was this translation helpful? Give feedback.
All reactions