Fix default value for InsecureSNI when global is not set

This commit is contained in:
Julien Salleyron
2020-07-13 12:06:03 +02:00
committed by GitHub
parent 06dcf8d8aa
commit 143e9b6f9c
2 changed files with 2 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ func NewTraefikConfiguration() *TraefikCmdConfiguration {
Configuration: static.Configuration{
Global: &static.Global{
CheckNewVersion: true,
InsecureSNI: true,
},
EntryPoints: make(static.EntryPoints),
Providers: &static.Providers{