Skip to content
New issue

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

Exception: Could not create SSL/TLS secure channel #105

Closed
dracan opened this issue Feb 25, 2018 · 0 comments
Closed

Exception: Could not create SSL/TLS secure channel #105

dracan opened this issue Feb 25, 2018 · 0 comments
Labels
Milestone

Comments

@dracan
Copy link

dracan commented Feb 25, 2018

I've started getting the following exception ...

System.AggregateException: One or more errors occurred. ---> System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: The request was aborted: Could not create SSL/TLS secure channel.
   at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
   at System.Net.Http.HttpClientHandler.GetResponseCallback(IAsyncResult ar)

I'm guessing it's related to this:
https://developer.github.com/changes/2018-02-01-weak-crypto-removal-notice/

A related issue discussing workarounds (eg. updating to .NET 4.6 or using ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;) can be found here:
octokit/octokit.net#1756

I've mentioned this to @gep13, and he said he knows the issue from other projects, so will take a look.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants