I am getting the following error during a web service request to a remote web service:
Could not establish trust relationship for the SSL/TLS secure c
This works for .Net Core. Call on your Soap client:
client.ClientCredentials.ServiceCertificate.SslCertificateAuthentication = new X509ServiceCertificateAuthentication() { CertificateValidationMode = X509CertificateValidationMode.None, RevocationMode = X509RevocationMode.NoCheck };