Skip to content

MinIO request error: SignatureDoesNotMatch #122

Description

@IamGaoleng

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; }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions