diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2022-06-07 18:44:36 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2022-06-07 20:32:27 +0100 |
commit | 4468bfff7dc28b9c54a5225d3f10a6aa6a67a1d9 (patch) | |
tree | 25e730a87a93fc6a8e5218b028ace0612fa09e4d /test/confs/2100 | |
parent | 61e6a90d3193848fc07a024a0b0e4aaf644adc8a (diff) |
Testsuite: OpenSSL version differencesexim-4.96-RC2
Diffstat (limited to 'test/confs/2100')
-rw-r--r-- | test/confs/2100 | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/confs/2100 b/test/confs/2100 index 63a2f255a..6425f3a0f 100644 --- a/test/confs/2100 +++ b/test/confs/2100 @@ -20,14 +20,9 @@ queue_run_in_order tls_advertise_hosts = * -# Set certificate only if server - -#tls_certificate = ${if eq {SERVER}{server}{DIR/aux-fixed/cert1}fail} tls_certificate = DIR/aux-fixed/cert1 -#tls_privatekey = ${if eq {SERVER}{server}{DIR/aux-fixed/cert1}fail} tls_verify_hosts = * -#tls_verify_certificates = ${if eq {SERVER}{server}{DIR/aux-fixed/cert2}fail} tls_verify_certificates = DIR/aux-fixed/cert2 |