Skip to main content

Traefik

Troubleshooting Traefik routing and TLS.

Symptoms

  • 404 or 502 on public URLs
  • TLS certificate errors
  • Router not found

Checks

# Logs
ssh ravenhelm@100.115.101.81 "docker logs traefik --tail 200"

# Container running
ssh ravenhelm@100.115.101.81 "docker ps | grep traefik"

Common Fixes

  • Verify DNS points to the host.
  • Confirm service labels are present in the target container.
  • Check Route53 credentials for ACME DNS challenges.
  • Restart Traefik to reload dynamic config:
ssh ravenhelm@100.115.101.81 "docker restart traefik"