Skip to content

Commit

Permalink
Fix the quick check of the binary in CI
Browse files Browse the repository at this point in the history
Think the `curl` error changed; let's actually use the same certificate
to actually check everything works end-to-end.
  • Loading branch information
StevenMaude committed May 20, 2024
1 parent 8cb7cae commit 869d3d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
- name: Run and test redirect
run: |
./tiny-ssl-reverse-proxy -key key.pem -cert crt.pem &
curl -v https://localhost:443 2>&1 | grep "self signed certificate"
curl --cacert crt.pem https://localhost:443 | grep "Backend Unavailable"

0 comments on commit 869d3d1

Please sign in to comment.