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

SignatureDoesNotMatch against scality #15

Open
pbatey opened this issue Jun 29, 2017 · 1 comment
Open

SignatureDoesNotMatch against scality #15

pbatey opened this issue Jun 29, 2017 · 1 comment

Comments

@pbatey
Copy link

pbatey commented Jun 29, 2017

I was trying to verify a scality's s3server running in docker using s3curl.pl, but I'm getting SignatureDoesNotMatch. I'm running scality/s3server using Docker for Mac.

Here's what I'm doing - any ideas what's wrong?

$ docker run -d --name s3server -p 8000:8000 scality/s3server
$ cat << EOF > ~/.s3curl
%awsSecretAccessKeys = (
    default => {
        id => 'accessKey1',
        key => 'verySecretKey1',
    },
)
EOF
$ ~/bin/s3curl.pl --id default http://localhost:8000
<?xml version="1.0" encoding="UTF-8"?><Error><Code>SignatureDoesNotMatch</Code><Message>The request signature we calculated does not match the signature you provided.</Message><Resource></Resource><RequestId>1b67d7146647abbdd604</RequestId></Error>$

Using s3curl.pl to connect to a minio server also returns SignatureDoesNotMatch.

I've determined that the problem is with s3curl.pl by using a different client (the minio client) -- it works fine against either the scality s3server or the minio server.

@pbatey
Copy link
Author

pbatey commented Jun 29, 2017

I had originally thought this was a problem with scality/s3server and created this topic in their forum:

http://forum.scality.com/t/quick-start-returns-signaturedoesnotmatch-on-docker-for-mac-w-s3curl-pl/125

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

No branches or pull requests

1 participant