If you are using Https, this might fix it. ServicePointManager .ServerCertificateValidationCallback = RemoteCertificateValidationCallback; public static bool RemoteCertificateValidationCallback( object sender, X509Certificate certificate, X509Chain chain,
Read More...