From ee4422dab41da2b64a6501d0d47b180b107398c3 Mon Sep 17 00:00:00 2001 From: MatthiasCzech Date: Tue, 5 Feb 2019 02:04:10 +0100 Subject: [PATCH] acme httpchallenge angepasst --- config/traefik.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/traefik.toml b/config/traefik.toml index 7cc8390..87c2928 100644 --- a/config/traefik.toml +++ b/config/traefik.toml @@ -70,7 +70,7 @@ storage = "acme.json" entryPoint = "https" onHostRule = true [acme.httpChallenge] -entryPoint = "http" +entryPoint = "https" # [[acme.domains]] # main = "czechman.dynvpn.de"