From 61a4f3bcef100a4376e3976054af01771c69a40a Mon Sep 17 00:00:00 2001 From: goaaats Date: Mon, 24 Mar 2025 19:17:59 +0100 Subject: [PATCH] Re-remove obsolete ServicePointManager TLS version override --- Dalamud/EntryPoint.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dalamud/EntryPoint.cs b/Dalamud/EntryPoint.cs index ebfc975ff..9f9b98cd4 100644 --- a/Dalamud/EntryPoint.cs +++ b/Dalamud/EntryPoint.cs @@ -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())