Closed stephenstroud closed 2 years ago
This is kind of related to Issue
Looks like the .ConfigurePrimaryHttpMessageHandler is configured after, but then how do I configure the cert?
In the end I took inspiration in this class and made it work by introducing the ServerCertificateCustomValidationCallback within the constructor.
Yep it's the same issue. I'll get that fixed in the next release.
(this issue will get closed automatically when the release goes out)
Any ideas? I need the ConfigurePrimaryHttpMessageHandler for self signed cert purposes.