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
Tingjun Li created the issue
Hello,
I'm using Cyberduck/4.1 (8911) to create a S3/HTTP(Amazon Simple Storage Service) connection, it send request with an empty Content-Type which is violating RFC2616. Please have a look at this issue, thanks. (Wireshark cap file attached.)
Attachments
Cyberduck_login_amazon_s3.pcap
The text was updated successfully, but these errors were encountered:
@dkocher commented
Is this giving a blocking issue? Just to know what priority to assign.
Sorry, something went wrong.
Tingjun Li commented
Replying to [comment:1 dkocher]:
It's OK with connecting S3 but failed with connecting some other S3-compatible services (has not been public currently)
Can you just attach the transcript from the log drawer (⌘-L) of the Transfers and Browser windows.
GET / HTTP/1.1 Date: Wed, 31 Aug 2011 15:16:17 GMT Content-Type: Authorization: AWS XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX= Host: s3.amazonaws.com:443 Connection: Keep-Alive User-Agent: Cyberduck/4.1.2 (Mac OS X/10.6.8) (i386)
The issue is reported against Jets3t in issue 109.
Updated library with patch included in 6083a49.
Good job! Thanks! :-)
dkocher
No branches or pull requests
cyberduck commentedAug 30, 2011
Hello,
I'm using Cyberduck/4.1 (8911) to create a S3/HTTP(Amazon Simple Storage Service) connection, it send request with an empty Content-Type which is violating RFC2616. Please have a look at this issue, thanks. (Wireshark cap file attached.)
Attachments
Cyberduck_login_amazon_s3.pcap
(6.7 KiB)The text was updated successfully, but these errors were encountered: