diff options
Diffstat (limited to 'test/confs')
-rw-r--r-- | test/confs/5730 | 1 | ||||
-rw-r--r-- | test/confs/5740 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/test/confs/5730 b/test/confs/5730 index c7d07bf3c..0279cf10e 100644 --- a/test/confs/5730 +++ b/test/confs/5730 @@ -59,6 +59,7 @@ check_data: logger: accept condition = ${if !eq {msg} {${listextract{1}{$event_name}}}} + accept condition = ${if eq {host} {${listextract{2}{$event_name}}}} warn logwrite = client ocsp status: $tls_out_ocsp \ (${listextract {${eval:$tls_out_ocsp+1}} \ {notreq:notresp:vfynotdone:failed:verified}}) diff --git a/test/confs/5740 b/test/confs/5740 index 60c175b53..32423f137 100644 --- a/test/confs/5740 +++ b/test/confs/5740 @@ -61,6 +61,7 @@ check_data: logger: accept condition = ${if !eq {msg} {${listextract{1}{$event_name}}}} + accept condition = ${if eq {host} {${listextract{2}{$event_name}}}} warn logwrite = client ocsp status: $tls_out_ocsp \ (${listextract {${eval:$tls_out_ocsp+1}} \ {notreq:notresp:vfynotdone:failed:verified}}) |