Adapt traefik config to accept self-signed certificates in backends
This commit is contained in:
parent
389319c7f6
commit
aa6f063f33
|
@ -5,6 +5,7 @@
|
||||||
################################################################
|
################################################################
|
||||||
logLevel = "WARNING"
|
logLevel = "WARNING"
|
||||||
defaultEntryPoints = ["http", "https"]
|
defaultEntryPoints = ["http", "https"]
|
||||||
|
InsecureSkipVerify = true
|
||||||
|
|
||||||
[entryPoints]
|
[entryPoints]
|
||||||
[entryPoints.http]
|
[entryPoints.http]
|
||||||
|
|
Loading…
Reference in New Issue