From 0195535fa10fb2bdddf2c38d93a64ae6814ca6bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=9B=BD=E4=BC=9F?= <366193849@qq.com> Date: Wed, 21 Jul 2021 11:21:12 +0800 Subject: [PATCH] TlsIgnoreNameMismatch --- FastGithub/appsettings.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/FastGithub/appsettings.json b/FastGithub/appsettings.json index 9ae34f7..ecf9c65 100644 --- a/FastGithub/appsettings.json +++ b/FastGithub/appsettings.json @@ -28,16 +28,20 @@ "TlsSni": false }, "*.github.io": { - "TlsSni": false + "TlsSni": false, + "TlsIgnoreNameMismatch": true }, "*.githubapp.com": { - "TlsSni": false + "TlsSni": false, + "TlsIgnoreNameMismatch": true }, "*.githubassets.com": { - "TlsSni": false + "TlsSni": false, + "TlsIgnoreNameMismatch": true }, "*.githubusercontent.com": { - "TlsSni": false + "TlsSni": false, + "TlsIgnoreNameMismatch": true }, "*github*.s3.amazonaws.com": { "TlsSni": false,