SwensenSoftware / im-only-resting

A feature-rich WinForms-based HTTP client
http://www.swensensoftware.com/im-only-resting
Apache License 2.0
186 stars 32 forks source link

Allow more security protocols #79

Open drake7707 opened 4 years ago

drake7707 commented 4 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;
alviy commented 1 week ago

Updated NET framework with new TLS protocols find https://github.com/alviy/im-only-resting/