Bypass SSL Check Get link Facebook X Pinterest Email Other Apps October 16, 2018 To bypass the SSL certificate check for your local development environments, you can use this ServicePointManager.ServerCertificateValidationCallback += (sender, certificate, chain, sslPolicyErrors) => true; Read more