忽略证书错误

ServicePointManager.ServerCertificateValidationCallback =
           new RemoteCertificateValidationCallback(
                delegate
                { return true; }
            );
原文地址:https://www.cnblogs.com/zhuangke668/p/10598691.html