diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-08-26 23:43:54 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-08-26 23:43:54 +0100 |
commit | b6054898ace169a0e5143117397a4f666a5e7283 (patch) | |
tree | d8d479cd235b4fb448ee84d3d19f6b3eb96422a5 /test/confs | |
parent | 0ae2e68e24b938ac84bbea5740c53192d08bb7f1 (diff) |
DANE: Fix 2 messages from queue case
Diffstat (limited to 'test/confs')
-rw-r--r-- | test/confs/5801 | 28 |
1 files changed, 13 insertions, 15 deletions
diff --git a/test/confs/5801 b/test/confs/5801 index f0f21e20b..1f13ccbd6 100644 --- a/test/confs/5801 +++ b/test/confs/5801 @@ -2,7 +2,7 @@ # DANE common SERVER= -CONTROL= * +OPT= .include DIR/aux-var/tls_conf_prefix @@ -48,16 +48,16 @@ tls_privatekey = ${if eq {SERVER}{server} \ begin routers client: - driver = dnslookup - condition = ${if eq {SERVER}{}} + driver = dnslookup + condition = ${if eq {SERVER}{}} dnssec_request_domains = * - self = send - transport = send_to_server - errors_to = "" + self = send + transport = send_to_server + errors_to = "" server: - driver = redirect - data = :blackhole: + driver = redirect + data = :blackhole: # ----- Transports ----- @@ -65,16 +65,14 @@ server: begin transports send_to_server: - driver = smtp + driver = smtp allow_localhost - port = PORT_D + port = PORT_D hosts_try_fastopen = : - hosts_try_dane = CONTROL - hosts_require_dane = HOSTIPV4 - tls_verify_cert_hostnames = ${if eq {OPT}{no_certname} {}{*}} - tls_try_verify_hosts = thishost.test.ex - tls_verify_certificates = ${if eq {DETAILS}{ca} {CDIR2/ca_chain.pem} {}} + hosts_try_dane = * + tls_sni = OPT + tls_verify_certificates = |