Remove MEDIUM ciphers

Cipher assertions become useless if we set ciphers to MEDIUM:HIGH, too
many ciphers would be possible
pull/48/head
Soner Tari 5 years ago
parent c2e93dbbc0
commit 4503203c1b

@ -10,7 +10,7 @@
"read_timeout": "50", "read_timeout": "50",
"write_timeout": "50", "write_timeout": "50",
"verify_peer": "no", "verify_peer": "no",
"ciphers": "MEDIUM:HIGH", "ciphers": "HIGH",
"no_ssl2": "yes", "no_ssl2": "yes",
"no_ssl3": "yes", "no_ssl3": "yes",
"no_tls10": "yes", "no_tls10": "yes",

Loading…
Cancel
Save