From b25d4c541d7310faff6224334f2d7501030e7de9 Mon Sep 17 00:00:00 2001 From: Czechman Date: Wed, 20 Oct 2021 04:50:34 +0200 Subject: [PATCH] =?UTF-8?q?http=20challenge=20angepasst=20wegen=20Fehler:?= =?UTF-8?q?=20"level=3Ddebug=20msg=3D"http2:=20server:=20error=20reading?= =?UTF-8?q?=20preface=20from=20client=201...=20read:=20connection=20reset?= =?UTF-8?q?=20by=20peer"=20"=20L=C3=B6sung=20gefunden=20bei=20https://stac?= =?UTF-8?q?koverflow.com/questions/49662003/acme-http2-server-error-with-t?= =?UTF-8?q?raefik?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/traefik.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config/traefik.toml b/config/traefik.toml index 4d4ed60..e95a82a 100644 --- a/config/traefik.toml +++ b/config/traefik.toml @@ -74,11 +74,9 @@ storage = "acme.json" entryPoint = "https" onHostRule = true [acme.httpChallenge] -entryPoint = "https" +entryPoint = "http" [[acme.domains]] main = "czechman.dynvpn.de" -# [[acme.domains]] -# main = "local" #[retry]