Skip to content

Commit 24b6627

Browse files
committed
ci: add client -> example.com test
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.
1 parent 6caa575 commit 24b6627

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/libssl.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
- run: make PROFILE=release test
4343
- run: make PROFILE=release integration
4444

45+
- run: NO_ECHO=1 target/client example.com 443 default
46+
4547
valgrind:
4648
name: Valgrind
4749
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)