mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-06 17:10:13 +00:00
Disable revocation check
Likely root cause for https://steamcommunity.com/groups/archiasf/discussions/1/3821906444724042697/
This commit is contained in:
@@ -759,9 +759,6 @@ public sealed class WebBrowser : IDisposable {
|
|||||||
// Set max idle time from default of 100 seconds (100 * 1000) to desired value
|
// Set max idle time from default of 100 seconds (100 * 1000) to desired value
|
||||||
ServicePointManager.MaxServicePointIdleTime = MaxIdleTime * 1000;
|
ServicePointManager.MaxServicePointIdleTime = MaxIdleTime * 1000;
|
||||||
|
|
||||||
// Make best effort in ensuring that we're not honoring revoked certificates
|
|
||||||
ServicePointManager.CheckCertificateRevocationList = true;
|
|
||||||
|
|
||||||
// Don't use Expect100Continue, we're sure about our POSTs, save some TCP packets
|
// Don't use Expect100Continue, we're sure about our POSTs, save some TCP packets
|
||||||
ServicePointManager.Expect100Continue = false;
|
ServicePointManager.Expect100Continue = false;
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<Project>
|
<Project>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Version>5.4.3.3</Version>
|
<Version>5.4.4.0</Version>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
|
|||||||
Reference in New Issue
Block a user