diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2014-11-23 17:01:14 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-01-12 18:58:34 +0000 |
commit | 610ff4388b33ddc2753c17eefb8b03e2fdd7e124 (patch) | |
tree | 7c93cbe25d6091208059e9d3999f1299c6ccfeb6 /test/confs/5658 | |
parent | 0e0f3f562bf23cf035baf85cdd071d392751b676 (diff) |
Make smtp transport try server cert verify by default
This is an exim client checking a server certificate.
Diffstat (limited to 'test/confs/5658')
-rw-r--r-- | test/confs/5658 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/confs/5658 b/test/confs/5658 index de486e083..6a75b8c67 100644 --- a/test/confs/5658 +++ b/test/confs/5658 @@ -125,6 +125,7 @@ send_to_server3: helo_data = helo.data.changed #tls_verify_certificates = DIR/aux-fixed/exim-ca/example.com/server1.example.com/ca_chain.pem tls_verify_certificates = DIR/aux-fixed/exim-ca/example.com/CA/CA.pem + tls_try_verify_hosts = tls_verify_cert_hostnames = hosts_require_tls = * hosts_require_ocsp = * |