diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2021-12-10 20:55:29 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2021-12-10 21:42:35 +0000 |
commit | 685bbd33eed692f3da8a92241b4cdce95d1792ab (patch) | |
tree | ff09ff86dbc497372e99cf86a41af30640e7e735 /test | |
parent | 1923663b12d44ff1bbf527a5b145a74fb5a751b7 (diff) |
OpenSSL: fix tls_require_ciphers needing underbar-normalisation. Bug 2845
Broken-by: a746f186fd
Diffstat (limited to 'test')
-rw-r--r-- | test/confs/2120 | 3 |
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 ----- |