OpenSSL: fix tls_require_ciphers needing underbar-normalisation. Bug 2845
[exim.git] / test / confs / 2120
index ea9111c67a074c5acbe9a08667052adc67989139..79a2e43f0ba6fcadbaea72db4163ca9493673818 100644 (file)
@@ -16,6 +16,9 @@ queue_only
 
 tls_advertise_hosts = *
 
+# Ciphers string needing normalisation (the underbar)
+tls_require_ciphers = ECDHE_RSA-AES256-SHA
+
 
 # ----- Routers -----