Posts by Heder John • 11 points
1 post
-
-1
votes5
answers19908
viewsA: .NET C# IIS Request cancelled: Failed to create secure channel for SSL/TLS
I added this and it worked... ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12 | SecurityProtocolType.Ssl3; ServicePointManager.ServerCertificateValidationCallback += (sender,…