summaryrefslogtreecommitdiff
path: root/test/confs/2120
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2021-12-10 20:55:29 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2021-12-10 21:42:35 +0000
commit685bbd33eed692f3da8a92241b4cdce95d1792ab (patch)
treeff09ff86dbc497372e99cf86a41af30640e7e735 /test/confs/2120
parent1923663b12d44ff1bbf527a5b145a74fb5a751b7 (diff)
OpenSSL: fix tls_require_ciphers needing underbar-normalisation. Bug 2845
Broken-by: a746f186fd
Diffstat (limited to 'test/confs/2120')
-rw-r--r--test/confs/21203
1 files changed, 3 insertions, 0 deletions
diff --git a/test/confs/2120 b/test/confs/2120
index ea9111c67..79a2e43f0 100644
--- a/test/confs/2120
+++ b/test/confs/2120
@@ -16,6 +16,9 @@ queue_only
tls_advertise_hosts = *
+# Ciphers string needing normalisation (the underbar)
+tls_require_ciphers = ECDHE_RSA-AES256-SHA
+
# ----- Routers -----