Adapt traefik config to accept self-signed certificates in backends

This commit is contained in:
Jean Froment 2018-09-30 18:51:01 +02:00
parent 389319c7f6
commit aa6f063f33
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
################################################################ ################################################################
logLevel = "WARNING" logLevel = "WARNING"
defaultEntryPoints = ["http", "https"] defaultEntryPoints = ["http", "https"]
InsecureSkipVerify = true
[entryPoints] [entryPoints]
[entryPoints.http] [entryPoints.http]