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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user