We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Does s3cmd support HTTP proxy authentication? Our environment requires users to authorize with ID and password.
$ s3cmd ls s3://foobar/ ERROR: Error parsing xml: mismatched tag: line 65, column 2 ERROR: b'TRIMMED! GATEWAY RESPONSE' ERROR: S3 error: 407 (Proxy Authentication Required)
proxy_host = proxy.foobar.com proxy_port = 8080
The text was updated successfully, but these errors were encountered:
As of today, http proxy authentication is not supported.
It should be trivial to add, but I don't have the proxy setup to test. If I try to add this feature quickly, would it be possible for you to test it?
Sorry, something went wrong.
@islab1920 I've implemented proxy authentication in #1129. Please give it a try.
@mikoim Thank you for the PR. I'm sorry I was in a trip and had not yet the time to reply to you.
EDIT: You are right, as is it should work for SSL.
fviard
Successfully merging a pull request may close this issue.
Does s3cmd support HTTP proxy authentication? Our environment requires users to authorize with ID and password.
~/.s3cfg
The text was updated successfully, but these errors were encountered: