mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2024-11-23 20:11:12 +00:00
Update fileConfig.yml
add sni strict option
This commit is contained in:
parent
37808b379a
commit
aebb34e57e
|
@ -108,6 +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
|
||||
minVersion: VersionTLS12
|
||||
cipherSuites:
|
||||
- TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
|
||||
|
|
Loading…
Reference in New Issue
Block a user