Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: add client -> example.com test
This commit adds a unit test 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