-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Some of the E2E tests with TLS enabled were flaky on Darwin. This PR: - Slightly modifies the way they are implemented to make them not-flaky - Modifies the options passed to `SecPKCS12Import` to make sure the creation of the required `SecIdentity` happens in memory only and doesn't use the keychain - Tolerates a broken pipe error when the server fails client cert validation during an mTLS handshake, as it's possible for Network.framework to expose this error instead of the actual SSL validation error on the client
- Loading branch information
Showing
1 changed file
with
81 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters