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

MinIO request error: SignatureDoesNotMatch #122

Open
IamGaoleng opened this issue Dec 10, 2024 · 0 comments
Open

MinIO request error: SignatureDoesNotMatch #122

IamGaoleng opened this issue Dec 10, 2024 · 0 comments

Comments

@IamGaoleng
Copy link

The error "SignatureDoesNotMatch" when using Nginx to proxy MinIO with HTTPS and a domain name typically happens. This is my config:
location /bucketName/ { proxy_pass http://MinIO_IP:9000; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; proxy_set_header Host $http_host; }

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