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:
parent
eb8c10116e
commit
b25d4c541d
|
|
@ -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]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue