diff --git a/src/Carnac/App.xaml.cs b/src/Carnac/App.xaml.cs index 35d4162c..040c9b84 100644 --- a/src/Carnac/App.xaml.cs +++ b/src/Carnac/App.xaml.cs @@ -1,5 +1,6 @@ using System; using System.IO; +using System.Net; using System.Reactive.Linq; using System.Windows; using Carnac.Logic; @@ -35,6 +36,7 @@ public App() protected override void OnStartup(StartupEventArgs e) { + ServicePointManager.SecurityProtocol |= SecurityProtocolType.Tls12; // Check if there was instance before this. If there was-close the current one. if (ProcessUtilities.ThisProcessIsAlreadyRunning()) {