Matronix
How to bypass certificate validation in .NET Core when using a WCF ClientBase object?
@Sehra perfect! Thank you. I was trying to set this
client.ClientCredentials.ServiceCertificate.Authentication.CertificateValidationMode = X509CertificateValidationMode.None;
And that didn't work. I had to just create a new object.
3 replies