Hello traefik community!
I’m being faced with an interesting problem.
I am self hosting an authentik stack and in the docker compose for authetik I am using the following traefik-related labels:
server:
# More config irrelevant to this topic above this
deploy:
labels:
traefik.enable: "true"
traefik.http.routers.authentik.rule: "Host(`auth.domain.tld`)"
traefik.http.services.authentik.loadbalancer.server.port: 89
traefik.http.services.authentik.loadbalancer.server.scheme: "https"
For context, port 89 is authentik’s HTTP port, and port 9883 is authentik’s HTTPS port. Having said that, everytime I go to auth.domain.tld, I am met with a Bad Gateway error.
When I check traefik logs for when I visited the website, I am met with this:
Anyone have any idea?


