From 4503203c1bdb8718988c08db1ba0e5f7815885af Mon Sep 17 00:00:00 2001 From: Soner Tari Date: Sun, 5 Apr 2020 22:22:36 +0300 Subject: [PATCH] Remove MEDIUM ciphers Cipher assertions become useless if we set ciphers to MEDIUM:HIGH, too many ciphers would be possible --- tests/testproxy/ssl_testset_1.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testproxy/ssl_testset_1.json b/tests/testproxy/ssl_testset_1.json index 093bf37..63ab7f5 100644 --- a/tests/testproxy/ssl_testset_1.json +++ b/tests/testproxy/ssl_testset_1.json @@ -10,7 +10,7 @@ "read_timeout": "50", "write_timeout": "50", "verify_peer": "no", - "ciphers": "MEDIUM:HIGH", + "ciphers": "HIGH", "no_ssl2": "yes", "no_ssl3": "yes", "no_tls10": "yes",