[Traefik] Unable P-256 elliptic curve

See https://stackoverflow.com/a/42047877
This commit is contained in:
Quentin Duchemin 2020-09-13 22:19:07 +02:00
parent 65d6b7d6a2
commit e2581bf858

View File

@ -8,7 +8,7 @@
"TLS_CHACHA20_POLY1305_SHA256",
"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256"
]
curvePreferences = ["CurveP521","CurveP384"]
curvePreferences = ["CurveP521","CurveP384", "CurveP256"]
[http]
[http.middlewares.hardening.headers]