File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
examples/apache/config/traefik/dynamic Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 1+ # https://github.com/traefik/traefik/issues/9945#issuecomment-1590229681
2+ # https://doc.traefik.io/traefik/reference/routing-configuration/http/tls/tls-certificates/#strict-sni-checking
3+ # https://www.ssllabs.com/ssltest/
4+ tls :
5+ options :
6+ default :
7+ sniStrict : true # <----- Strict SNI Checking
8+ # minVersion: VersionTLS12
9+ # cipherSuites:
10+ # - TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 # TLS 1.2
11+ # - TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305 # TLS 1.2
12+ # - TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 # TLS 1.2
13+ # - TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305 # TLS 1.2
14+ # - TLS_AES_256_GCM_SHA384 # TLS 1.3
15+ # - TLS_CHACHA20_POLY1305_SHA256 # TLS 1.3
16+ # - TLS_FALLBACK_SCSV # TLS FALLBACK
17+ # curvePreferences:
18+ # - secp521r1
19+ # - secp384r1
20+ # modern:
21+ # minVersion: VersionTLS13
You can’t perform that action at this time.
0 commit comments