Questions tagged [traefik-routers]
8 questions
0
votes
0 answers
Understanding Traefik endPoint configuration: what is the optional host used for?
TCP packets don't include host information (unless you're capitalizing on SNI when using TLS), so in the context of an entryPoint in Traefik, what does host mean? Is it only applicable for HTTP(S)?
The documentation doesn't go into detail:
The…

Pooven
- 1,744
- 1
- 25
- 44
0
votes
0 answers
Traefik trying to update certificates from Let's Encrypt fails with error 403
We have traefik (v2.9.9) running in a Docker Container with a number of services using Let's Encrypt to request certificates and traefik's basicAuth middelware to secure access to this services.
When traefik tries to update the certs error 403…

M. Koch
- 3
- 3
0
votes
1 answer
Traefik Disable tls for only 1 container
Good morning,
I am setting up a bastion container, here is my compose docker file:
traefik:
restart: always
image: traefik
container_name: traefik
hostname: traefik
command:
- --log.level=info
…

Dimox
- 1
0
votes
0 answers
building router handler: building TLS config: invalid certificate(s) content
i am trying to load the tls certificates for one of my traefik routers. the path in the certFile and keyFile is the path to a volume mount on my container that contains the secrets with the certificates inside
here is my router config toml…

elizabeth lo
- 1
- 1
0
votes
0 answers
unable to open traefik dashboard
i am trying to access the traefik dashboard using the url https://example.com/dashboard, but i keep getting a 404 not found error.
here is my tls.toml file
[http.routers]
[http.routers.traefik]
rule = "Host(`example.com`) && PathPrefix(`/api`)…

elizabeth lo
- 1
- 1
0
votes
1 answer
Traefik gateway timeout for service with multiple networks
I use traefik as reverse proxy with a number of docker-based apps; each has a distinct network which it shares with traefik. Everything works.
Then I deployed another app, which has two networks: one shared with traefik, and one with its database.…

lonix
- 14,255
- 23
- 85
- 176
0
votes
1 answer
Docker Compose with Traefik - unreachable URL from within the container
The situation in short is the following. (I will update in a moment)
reference issue: Keycloak in Docker "Failed to turn code into token"
I am using Traefik in the docker-compose as a reverse proxy with SSL certificates.
I have deployed Keycloak as…

cr3a7ure
- 23
- 4
0
votes
1 answer
Redirect naked to www with traefik
I want to redirect example.com to www.example.com.
In the traefik container's docker-compose.yml, I defined a redirection middleware that I can use from multiple services:
traefik:
image: traefik
# ...
labels:
…

lonix
- 14,255
- 23
- 85
- 176