Skip to content

Commit 97842d7

Browse files
authored
curl --insecure
1 parent 77b5d08 commit 97842d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dockerimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
8080
8181
docker run --rm --network host ghcr.io/macbre/curl-http3 \
82-
curl -v https://localhost:8889 --http3 2>&1 | tee /tmp/h3
82+
curl -v --insecure https://localhost:8889 --http3 2>&1 | tee /tmp/h3
8383
8484
grep --fixed-strings '< HTTP/3 200' /tmp/h3
8585
grep --fixed-strings --invert-match -i '< server: nginx' /tmp/h3 > /dev/null

0 commit comments

Comments
 (0)