We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77b5d08 commit 97842d7Copy full SHA for 97842d7
.github/workflows/dockerimage.yml
@@ -79,7 +79,7 @@ jobs:
79
80
81
docker run --rm --network host ghcr.io/macbre/curl-http3 \
82
- curl -v https://localhost:8889 --http3 2>&1 | tee /tmp/h3
+ curl -v --insecure https://localhost:8889 --http3 2>&1 | tee /tmp/h3
83
84
grep --fixed-strings '< HTTP/3 200' /tmp/h3
85
grep --fixed-strings --invert-match -i '< server: nginx' /tmp/h3 > /dev/null
0 commit comments