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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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{