diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-05-21 19:36:50 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-05-22 00:44:05 +0100 |
commit | 59c0959a36649c4554bd0f18f2c2e74571ed41eb (patch) | |
tree | dfa2b31a60ac37596e150dc523a9d5c0a0cbe2d0 /test/confs/5840 | |
parent | 8c94e6b324886ec53604d0ebfde61731a3d1adf6 (diff) |
Change the default for hosts_try_dane, enabling use by default
Diffstat (limited to 'test/confs/5840')
-rw-r--r-- | test/confs/5840 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/confs/5840 b/test/confs/5840 index 407846a8a..bda328a97 100644 --- a/test/confs/5840 +++ b/test/confs/5840 @@ -2,6 +2,7 @@ # DANE/OpenSSL SERVER= +CONTROL= * .include DIR/aux-var/tls_conf_prefix @@ -71,7 +72,7 @@ send_to_server: allow_localhost port = PORT_D - hosts_try_dane = * + hosts_try_dane = CONTROL hosts_require_dane = HOSTIPV4 tls_verify_cert_hostnames = ${if eq {OPT}{no_certname} {}{*}} tls_try_verify_hosts = thishost.test.ex |