feat: add http challenge routing

This commit is contained in:
Alfredo Di Stasio
2026-06-30 10:09:35 +02:00
parent b5beb27623
commit f3759e76ea
11 changed files with 78 additions and 9 deletions
+5 -1
View File
@@ -41,7 +41,11 @@ Confirm that `config/traefik.yml` is mounted and that the ping entrypoint is ena
### Clients cannot connect
Check that the host is listening on `443/tcp`, firewall rules allow inbound traffic, and backend IP addresses are reachable from the Traefik container. For services on the Docker host, configure backends as `host.docker.internal:PORT`.
Check that the host is listening on `80/tcp` and `443/tcp`, firewall rules allow inbound traffic, and backend IP addresses are reachable from the Traefik container. For services on the Docker host, configure backends as `host.docker.internal:PORT`.
### Certificate HTTP-01 challenge fails
Check that port `80/tcp` is reachable from the internet and that the matching `*-acme` service points to the local challenge responder port.
### Wrong certificate is presented