We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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;
The text was updated successfully, but these errors were encountered:
Updated NET framework with new TLS protocols find https://github.com/alviy/im-only-resting/
Sorry, something went wrong.
No branches or pull requests
Some API's still use old protocols that refuse to work by default in .NET, please add:
The text was updated successfully, but these errors were encountered: