We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46c255d commit 4cb216aCopy full SHA for 4cb216a
src/WeihanLi.Common/Helpers/HttpHelper.cs
@@ -84,6 +84,7 @@ public static bool IsWellKnownContentHeader(string header)
84
private static readonly Lazy<HttpClient> SharedHttpClient = new(() => new(new NoProxyHttpClientHandler()
85
{
86
UseCookies = false,
87
+ CheckCertificateRevocationList = false,
88
#if NET
89
AutomaticDecompression = DecompressionMethods.All
90
#else
0 commit comments