Skip to content
Snippets Groups Projects
Commit b6e17819 authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

[Traefik] Unable P-256 elliptic curve

parent a803db2a
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
"TLS_CHACHA20_POLY1305_SHA256", "TLS_CHACHA20_POLY1305_SHA256",
"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256" "TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256"
] ]
curvePreferences = ["CurveP521","CurveP384"] curvePreferences = ["CurveP521","CurveP384", "CurveP256"]
[http] [http]
[http.middlewares.hardening.headers] [http.middlewares.hardening.headers]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment