From 8b01703e7293c229062b0b7ca77e8be94e2138e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=9B=BD=E4=BC=9F?= <366193849@qq.com> Date: Tue, 15 Jun 2021 11:30:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=AF=81=E4=B9=A6=E9=AA=8C?= =?UTF-8?q?=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FastGithub/Middlewares/HttpsScanMiddleware.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/FastGithub/Middlewares/HttpsScanMiddleware.cs b/FastGithub/Middlewares/HttpsScanMiddleware.cs index 93a1574..bf14162 100644 --- a/FastGithub/Middlewares/HttpsScanMiddleware.cs +++ b/FastGithub/Middlewares/HttpsScanMiddleware.cs @@ -36,7 +36,6 @@ namespace FastGithub.Middlewares { Proxy = null, UseProxy = false, - ServerCertificateCustomValidationCallback = (_, _, _, _) => true }); var startTime = DateTime.Now;