http challenge angepasst wegen Fehler: "level=debug msg="http2: server: error reading preface from client 1... read: connection reset by peer" "

Lösung gefunden bei https://stackoverflow.com/questions/49662003/acme-http2-server-error-with-traefik
This commit is contained in:
Czechman 2021-10-20 04:50:34 +02:00
parent eb8c10116e
commit b25d4c541d
1 changed files with 1 additions and 3 deletions

View File

@ -74,11 +74,9 @@ storage = "acme.json"
entryPoint = "https" entryPoint = "https"
onHostRule = true onHostRule = true
[acme.httpChallenge] [acme.httpChallenge]
entryPoint = "https" entryPoint = "http"
[[acme.domains]] [[acme.domains]]
main = "czechman.dynvpn.de" main = "czechman.dynvpn.de"
# [[acme.domains]]
# main = "local"
#[retry] #[retry]