mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2026-02-06 07:22:17 +00:00
self hosted transfer.sh reports the wrong URL when run behind TLS terminating web proxy #174
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dburman on GitHub.
self hosted transfer.sh reports the wrong URI when run behind TLS terminating web proxy
Example:
Running HA Proxy to to centralized TLS termination.
transfer.sh is running in a docker
Public Internet URI: https://transfer.example.com
reported URIs on the webpage & tool: http://transfer.example.com/*
override option for hostname & protocol (https) ?
@cheeseandcereal commented on GitHub:
Set your proxy to add the
X-Forwarded-Proto: httpsheader to your transfer.sh server instance when proxying traffic@dburman commented on GitHub:
Thanks!