diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-09-26 15:35:58 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-09-26 15:52:44 +0100 |
commit | 4cfb21b860882e76c3d3147b01708b347d0f9a0d (patch) | |
tree | 50973ae96ddfa46926054ceb3871807c7a89d940 /test/confs/2126 | |
parent | fdf263214d6536aba14944283ffc131597870a46 (diff) |
OpenSSL: Fix client-side tls_verify_cert_hostnames behaviour
Diffstat (limited to 'test/confs/2126')
-rw-r--r-- | test/confs/2126 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/confs/2126 b/test/confs/2126 index cb448134f..d98681be2 100644 --- a/test/confs/2126 +++ b/test/confs/2126 @@ -13,8 +13,6 @@ log_selector = +tls_peerdn tls_advertise_hosts = HOSTIPV4 tls_certificate = DIR/aux-fixed/cert1 -tls_privatekey = DIR/aux-fixed/cert1 - # ----- ACLs ----- @@ -53,7 +51,8 @@ t1: port = PORT_D hosts_try_fastopen = : allow_localhost - tls_try_verify_hosts = : + tls_verify_certificates = DIR/aux-fixed/cert1 + tls_verify_cert_hostnames = : t2: driver = appendfile |