Open drake7707 opened 5 years ago
Some API's still use old protocols that refuse to work by default in .NET, please add:
ServicePointManager.SecurityProtocol = SecurityProtocolType.Ssl3 | SecurityProtocolType.Tls | SecurityProtocolType.Tls11 | SecurityProtocolType.Tls12;
Updated NET framework with new TLS protocols find https://github.com/alviy/im-only-resting/
Some API's still use old protocols that refuse to work by default in .NET, please add: