diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-02-16 12:59:23 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-02-16 12:59:23 +0000 |
commit | fc243e944ec00b59b75f41d07494116f925d58b4 (patch) | |
tree | f297ea2e8ce5aa02c105c9b842d0d53523d8a62e /test/confs/2027 | |
parent | 882bc1704d33aa34873e3a0f72e657b0cc2985e5 (diff) |
GnuTLS: Fix client detection of server reject of client cert under TLS1.3
Diffstat (limited to 'test/confs/2027')
-rw-r--r-- | test/confs/2027 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/test/confs/2027 b/test/confs/2027 index cc47218fb..c1b93a2ce 100644 --- a/test/confs/2027 +++ b/test/confs/2027 @@ -47,9 +47,11 @@ local_delivery: user = CALLER send_to_server: - driver = smtp + driver = smtp allow_localhost - hosts = ${if eq{$local_part}{userx}{127.0.0.1}{HOSTIPV4}} - port = PORT_D + hosts = ${if eq{$local_part}{userx}{127.0.0.1}{HOSTIPV4}} + port = PORT_D + tls_verify_certificates = DIR/aux-fixed/cert1 + tls_verify_cert_hostnames = : # End |