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())