1
0
mirror of https://github.com/Ylianst/MeshCentralRouter synced 2025-12-06 00:13:33 +00:00

Fixed SSPI exception when using a proxy.

This commit is contained in:
Ylian Saint-Hilaire
2021-03-18 01:05:54 -07:00
parent 2413b96350
commit b00714d442
4 changed files with 4 additions and 4 deletions

View File

@@ -147,7 +147,7 @@ namespace MeshCentralRouter
public MainForm(string[] args)
{
// Set TLS 1.2
ServicePointManager.SecurityProtocol = System.Net.SecurityProtocolType.Tls12;
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;
this.args = args;
InitializeComponent();