How to bypass certificate validation in .NET Core when using a WCF ClientBase object?
We have a new application that needs to talk to a legacy WCF / SOAP service and the target machine will not always have a valid certificate. How to ignore the certificate validation when using a ClientBase. I see many examples for HttpClient but still haven't found a solution for WCF.
2 Replies