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

HTTP Proxy Authentication #1128

Open
islab1920 opened this issue Aug 27, 2020 · 3 comments · May be fixed by #1129
Open

HTTP Proxy Authentication #1128

islab1920 opened this issue Aug 27, 2020 · 3 comments · May be fixed by #1129

Comments

@islab1920
Copy link

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)

~/.s3cfg

proxy_host = proxy.foobar.com
proxy_port = 8080
@fviard fviard self-assigned this Aug 31, 2020
@fviard fviard added this to the Future - easy fixes milestone Aug 31, 2020
@fviard
Copy link
Contributor

fviard commented Aug 31, 2020

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?

@mikoim mikoim linked a pull request Sep 3, 2020 that will close this issue
3 tasks
@mikoim
Copy link

mikoim commented Sep 8, 2020

@islab1920 I've implemented proxy authentication in #1129. Please give it a try.

@fviard
Copy link
Contributor

fviard commented Sep 8, 2020

@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.

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

Successfully merging a pull request may close this issue.

3 participants