Replies: 1 comment
-
|
Anyone? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a
HttpClientI setup using client certificates usingSocketsHttpHandler. These run in several tests in my integration test suite. However, in one test I test the behaviour when no client certificate is configured: In that case, a client certificate from a different test and thus a completely differentHttpClientis sent.Is this known behaviour?
I see "No client certificate provided in selection callback" printed to the test output - yet that connection comes in with the client certificate from the different test.
Beta Was this translation helpful? Give feedback.
All reactions