Posts

Showing posts from October, 2018

Bypass SSL Check

To bypass the SSL certificate check for your local development environments, you can use this ServicePointManager.ServerCertificateValidationCallback +=                 (sender, certificate, chain, sslPolicyErrors) => true;