From 471dea862dc3d91229067c999da13df4e445357b Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Tue, 19 Mar 2024 12:56:08 +0100 Subject: [PATCH] Update fileConfig.yml --- examples/traefik/fileConfig.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/traefik/fileConfig.yml b/examples/traefik/fileConfig.yml index 20c7021..967ba26 100644 --- a/examples/traefik/fileConfig.yml +++ b/examples/traefik/fileConfig.yml @@ -108,7 +108,7 @@ http: tls: options: default: - sniStrict: true # prevents leaking default cert; see https://doc.traefik.io/traefik/v2.2/https/tls/#strict-sni-checking + #sniStrict: true # prevents leaking default cert; see https://doc.traefik.io/traefik/v2.2/https/tls/#strict-sni-checking minVersion: VersionTLS12 cipherSuites: - TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256