From a90dd9fa119e98a293242722ddcfbdc709ae4608 Mon Sep 17 00:00:00 2001 From: backguynn Date: Tue, 23 Dec 2025 14:48:41 +0900 Subject: [PATCH] fix httpsep cicd --- cicd/httpsep/validation.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cicd/httpsep/validation.sh b/cicd/httpsep/validation.sh index df8279c4e..18b447fca 100755 --- a/cicd/httpsep/validation.sh +++ b/cicd/httpsep/validation.sh @@ -44,6 +44,10 @@ function health() { sleep 1 done + if [ "$1" != "strict" ]; then + res=$($hexec l3h1 ./client/client -key 10.10.10.1/key.pem --cert 10.10.10.1/cert.pem --cacert minica.pem -host 20.20.20.1:2020) + fi + for i in {1..4} do for j in {0..2}