From: Remi Tricot-Le Breton Date: Tue, 28 Feb 2023 16:46:30 +0000 (+0100) Subject: REGTESTS: ssl: Fix ocsp update crt-lists X-Git-Tag: v2.8-dev5~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=780504ae4d597994b364959791254859e5786e75;p=thirdparty%2Fhaproxy.git REGTESTS: ssl: Fix ocsp update crt-lists The options were after the filters which does not work well and now raises a warning. It did not break the regtest because the crt-lists were not actually used by clients. --- diff --git a/reg-tests/ssl/ocsp_update/multicert_ecdsa.crt-list b/reg-tests/ssl/ocsp_update/multicert_ecdsa.crt-list index 96dd735252..8d28025f30 100644 --- a/reg-tests/ssl/ocsp_update/multicert_ecdsa.crt-list +++ b/reg-tests/ssl/ocsp_update/multicert_ecdsa.crt-list @@ -1 +1 @@ -multicert_no_ocsp/server_ocsp_ecdsa.pem * [ocsp-update on] +multicert_no_ocsp/server_ocsp_ecdsa.pem [ocsp-update on] * diff --git a/reg-tests/ssl/ocsp_update/multicert_rsa.crt-list b/reg-tests/ssl/ocsp_update/multicert_rsa.crt-list index 64548677b5..5b9a341db8 100644 --- a/reg-tests/ssl/ocsp_update/multicert_rsa.crt-list +++ b/reg-tests/ssl/ocsp_update/multicert_rsa.crt-list @@ -1 +1 @@ -multicert_no_ocsp/server_ocsp_rsa.pem * [ocsp-update on] +multicert_no_ocsp/server_ocsp_rsa.pem [ocsp-update on] *