Re-remove obsolete ServicePointManager TLS version override

This commit is contained in:
goaaats 2025-03-24 19:17:59 +01:00
parent a1305159dc
commit 61a4f3bcef

View file

@ -181,9 +181,6 @@ public sealed class EntryPoint
// Apply common fixes for culture issues
CultureFixes.Apply();
// This is due to GitHub not supporting TLS 1.0, so we enable all TLS versions globally
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls11 | SecurityProtocolType.Tls12 | SecurityProtocolType.Tls;
// Currently VEH is not fully functional on WINE
if (!Util.IsWine())