diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2014-08-17 00:41:17 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2014-08-17 00:41:17 +0100 |
commit | 594706ea2e56fe8c972eab772bd3e58c7a0c89ab (patch) | |
tree | 1e6de688b877331fcb6677ed1e28e222cd10fc14 /test | |
parent | fde080a4f34a8eb0f92af6dfc7e4e6ae01fd61f8 (diff) |
Add observability variables and provision for avoiding OCSP conflicts
Diffstat (limited to 'test')
-rw-r--r-- | test/confs/5840 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/confs/5840 b/test/confs/5840 index c381ef616..4359b9a59 100644 --- a/test/confs/5840 +++ b/test/confs/5840 @@ -67,6 +67,9 @@ send_to_server: # hosts_try_dane = * hosts_require_dane = * + hosts_request_ocsp = ${if or { {= {4}{$tls_out_tlsa_usage}} \ + {= {0}{$tls_out_tlsa_usage}} } \ + {*}{}} # ----- Retry ----- |