From 6a9cf7f890226aa085842cd3d94b13e78ea31637 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sat, 3 Oct 2020 20:59:15 +0100 Subject: TLS: preload configuration items --- test/confs/4060 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'test/confs/4060') diff --git a/test/confs/4060 b/test/confs/4060 index f3aa84d66..b6e071202 100644 --- a/test/confs/4060 +++ b/test/confs/4060 @@ -21,7 +21,11 @@ gecos_name = CALLER_NAME dns_cname_loops = 9 chunking_advertise_hosts = OPT tls_advertise_hosts = * -tls_certificate = ${if eq {SERVER}{server}{DIR/aux-fixed/cert1}fail} +tls_certificate = DIR/aux-fixed/cert1 + +.ifdef _HAVE_TLS_CA_CACHE +tls_verify_certificates = system,cache +.endif .ifdef _HAVE_DMARC dmarc_tld_file = -- cgit v1.2.3