What is the name of the domain?
whacka.cc
Related to
Cloudflare Tunnel
What is the issue you’re encountering
Tunnel modified “accept-encoding” header value from “gzip” to “gzip, br”, that breaks my origin server’s signature calc by headers, causes SignatureMismatch error.
What are the steps to reproduce the issue?
- Depoly MinIO server on my device in local netwrok, create a bucket.
- Depoly cloudflared on same device, settings on tunnel dashboard.
- Use a S3 api to access my MinIO bucket from tunnel, like “ListBucket” api, got “SignatureMismatch” error.