Closed seangenabe closed 8 years ago
You can add this to the top of your application to support TLS 1.2:
using System.Net;
// snip
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls | SecurityProtocolType.Tls11 | SecurityProtocolType.Tls12;
Please add TLS 1.2 support. Currently the library only uses TLS v1.