From c1a6a44865a8bc208ba17644d3a2d9885d6964bd Mon Sep 17 00:00:00 2001 From: Maciej Krok <> Date: Sun, 7 Jun 2020 11:55:14 +0200 Subject: [PATCH] TLS.CipherSuites --- traefik/traefik.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/traefik/traefik.yaml b/traefik/traefik.yaml index 9ddbf7c..5f53b76 100644 --- a/traefik/traefik.yaml +++ b/traefik/traefik.yaml @@ -11,7 +11,7 @@ services: - --api.dashboard=false - --debug=false - --entryPoints=Name:http Address::80 Compress:true Redirect.EntryPoint:https - - --entryPoints=Name:https Address::443 TLS Compress:true TLS.MinVersion:VersionTLS12 + - --entryPoints=Name:https Address::443 TLS Compress:true TLS.MinVersion:VersionTLS12 TLS.CipherSuites:TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 - --logLevel=INFO - --accessLog.format=json - --docker