Answers for "could not create ssl/tls secure channel, despite setting servercertificatevalidationcallback"

4

could not create ssl/tls secure channel

// using System.Net;
ServicePointManager.Expect100Continue = true;
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;
// Use SecurityProtocolType.Ssl3 if needed for compatibility reasons
Posted by: Guest on September-29-2020

Code answers related to "could not create ssl/tls secure channel, despite setting servercertificatevalidationcallback"

Browse Popular Code Answers by Language