Category "traefik"

Traefik Docker with wildcard domain

I'm trying to setup my Traefik Docker with Let's Encrypt SSL: Here is my traefik.toml defaultEntryPoints = ["http", "https"] [entryPoints] [entryPoints.da

How to allow a slow-response in Traefik 2+?

I need to tell Treaefik to wait for a slow response from a server. I'm a little puzzled as the evidence I have is that there's a limit of 60 seconds that doesn'

Traefik (v2.2) Ingress on Kubernetes: HTTP and HTTPS cannot co-exist

I am using Traefik (v2.2) on Kubernetes, using a wildcard domain certificate for HTTPS access. The following are my Traefik deployment and Ingress configuration

How can I redirect http to https using traefik?

I am running into a slight issue with redirecting http to https traffic with Traefik. So far, my https router with acme is working fine, but I have two problems