I'm trying to setup my Traefik Docker with Let's Encrypt SSL: Here is my traefik.toml defaultEntryPoints = ["http", "https"] [entryPoints] [entryPoints.da
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'
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
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