Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions cicd/httpsep/validation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
Loading