增加证书验证

This commit is contained in:
陈国伟 2021-06-15 11:30:29 +08:00
parent 1819b028c1
commit 8b01703e72

View File

@ -36,7 +36,6 @@ namespace FastGithub.Middlewares
{ {
Proxy = null, Proxy = null,
UseProxy = false, UseProxy = false,
ServerCertificateCustomValidationCallback = (_, _, _, _) => true
}); });
var startTime = DateTime.Now; var startTime = DateTime.Now;