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

[Traefik] Don't send stat, forgot comma in ciphers

parent 3862a93c
No related branches found
No related tags found
1 merge request!53Migrate to Traefik v2
[global]
sendAnonymousUsage = true
sendAnonymousUsage = false
checkNewVersion = true
[entryPoints]
......
......@@ -2,7 +2,7 @@
[tls.options.tls12]
minVersion = "VersionTLS12"
cipherSuites = [
"TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA"
"TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA",
"TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384",
"TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305",
"TLS_AES_256_GCM_SHA384",
......
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