Redirection to wrong port with Traefik reverse proxy #400
Replies: 5 comments 2 replies
-
|
Beta Was this translation helpful? Give feedback.
-
This is the log entry from traefik:
|
Beta Was this translation helpful? Give feedback.
-
sounds like an issue with traefik, if you would like commercial support, please email [email protected] |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
I looked around abit and found these related issues/topics: Seems to be an error message generated by Go, both traefik and caddy use it. What I will try is to use the entrypoint with port 443 and see if the error disappears. |
Beta Was this translation helpful? Give feedback.
-
For example when I add or change a watch, I get redirected to port 444 instead of 443.
Port 444 isnt a random port, is has to do with my setup, but since this only occurs with changedetection.io so far I figured I open this issue here. This could also be an traefik issue or even by design.
Version
v0.39.7
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Get redirected to change.mydomain.xyz:443
Desktop (please complete the following information):
Additional context
I have multiple entrypoints in traefik and one listens on port 444. Here is the config:
docker-compose.yml
traefik.yml
Beta Was this translation helpful? Give feedback.
All reactions