summaryrefslogtreecommitdiff
path: root/test/confs/2131
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2014-11-23 17:01:14 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2015-01-12 18:58:34 +0000
commit610ff4388b33ddc2753c17eefb8b03e2fdd7e124 (patch)
tree7c93cbe25d6091208059e9d3999f1299c6ccfeb6 /test/confs/2131
parent0e0f3f562bf23cf035baf85cdd071d392751b676 (diff)
Make smtp transport try server cert verify by default
This is an exim client checking a server certificate.
Diffstat (limited to 'test/confs/2131')
-rw-r--r--test/confs/21312
1 files changed, 2 insertions, 0 deletions
diff --git a/test/confs/2131 b/test/confs/2131
index 8566c24ba..53c06f1f7 100644
--- a/test/confs/2131
+++ b/test/confs/2131
@@ -73,6 +73,7 @@ send_to_server1:
port = PORT_D
tls_sni = fred
hosts_require_tls = *
+ tls_try_verify_hosts = :
send_to_server2:
driver = smtp
@@ -81,6 +82,7 @@ send_to_server2:
port = PORT_D
tls_sni = bill
hosts_require_tls = *
+ tls_try_verify_hosts = :
# ----- Retry -----