Skip to content

Commit

Permalink
ci: add client -> example.com test
Browse files Browse the repository at this point in the history
This commit adds a CI run step that uses the client test binary to
connect to https://example.com, validating the presented certificate
chain using the system default CA bundle. We do this with `NO_ECHO=1` to
avoid trying to write a non-HTTP request and asserting on an echoed
response.
  • Loading branch information
cpu committed Apr 4, 2024
1 parent 9c9e0de commit da431da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/libssl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:

- run: make PROFILE=release test
- run: make PROFILE=release integration
- run: NO_ECHO=1 target/client example.com 443 default

valgrind:
name: Valgrind
Expand Down

0 comments on commit da431da

Please sign in to comment.