From 2cd6d1315f410bdccbe4fa663392695a57e78b33 Mon Sep 17 00:00:00 2001 From: Czechman Date: Fri, 22 Oct 2021 03:01:11 +0200 Subject: [PATCH] https://stackoverflow.com/questions/49662003/acme-http2-server-error-with-traefik --- config/traefik.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/traefik.toml b/config/traefik.toml index 734c880..c2a3e6f 100644 --- a/config/traefik.toml +++ b/config/traefik.toml @@ -66,13 +66,13 @@ defaultEntryPoints = ["https","http"] [entryPoints.https.tls] [acme] -email = "ddns@mcseeno.de" -storage = "acme.json" -onHostRule = true -caServer = "https://acme-staging-v02.api.letsencrypt.org/directory" -entryPoint = "https" + email = "ddns@mcseeno.de" + storage = "acme.json" + onHostRule = true + caServer = "https://acme-staging-v02.api.letsencrypt.org/directory" + entryPoint = "https" [acme.httpChallenge] - entryPoint = "http" + entryPoint = "http" [[acme.domains]] main = "czechman.dynvpn.de"