diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2014-11-08 13:24:21 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2014-11-08 20:06:57 +0000 |
commit | aa2a70baf1a7ae2d6c579094a188c1d30d3d5fd5 (patch) | |
tree | d297637678bfb66b4ce95ad8b3e4ac6a8bdef4f8 /test/confs/5450 | |
parent | a320fabd09f43c02c869c90a5a5a70a49dd77f89 (diff) |
Fix smtp transport certificate-verification option matching to use correct host
Fix certificate name verification done with tls_try_verify_hosts
Affected tls_verify_hosts, tls_try_verify_hosts, tls_verify_cert_hostnames.
Diffstat (limited to 'test/confs/5450')
-rw-r--r-- | test/confs/5450 | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/test/confs/5450 b/test/confs/5450 index dd42a3fb1..953b47423 100644 --- a/test/confs/5450 +++ b/test/confs/5450 @@ -88,6 +88,12 @@ client_s: retry_use_local_part transport = send_to_server_req_passname +client_t: + driver = accept + local_parts = usert + retry_use_local_part + transport = send_to_server_req_failcarryon + # ----- Transports ----- @@ -172,4 +178,16 @@ send_to_server_req_passname: tls_verify_cert_hostnames = * tls_verify_hosts = * +send_to_server_req_failcarryon: + driver = smtp + allow_localhost + hosts = HOSTNAME + port = PORT_D + tls_certificate = CERT2 + tls_privatekey = CERT2 + + tls_verify_certificates = CA1 + tls_verify_cert_hostnames = * + tls_try_verify_hosts = * + # End |