generated from bisco/codex-bootstrap
feat: add http challenge routing
This commit is contained in:
+5
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user