Alex Charters
Results
1
comments of
Alex Charters
If you are using .NET Framework, add this line at some point before attempting connection: `ServicePointManager.ServerCertificateValidationCallback += (sender, cert, chain, sslPolicyErrors) => { return true; };`