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

The request was aborted: Could not create SSL/TLS secure channel. #85

Open
LeonCS opened this issue Nov 20, 2014 · 5 comments
Open

The request was aborted: Could not create SSL/TLS secure channel. #85

LeonCS opened this issue Nov 20, 2014 · 5 comments

Comments

@LeonCS
Copy link

LeonCS commented Nov 20, 2014

Hi,

I have a Twitterizer2 implementation in my solution, but when I try to use if for social authentication, I get the following error: The request was aborted: Could not create SSL/TLS secure channel. I'm running a copy of the latest version of the master branch.

I tried adding ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls (and other TLS versions) in my code but that doesn't solve the issue. I also overrode the ServerCertificateValidationCallback of ServicePointManager to accept all certificates, but that didn't solve the issue either. Twitter's SSL certificate is fine and is accepted by my machine.

When I run the unit tests in the Twitterizer2 project I can reproduce the error.

P.s., there are some issues in the Silverlight projects regarding missing SearchOptions properties. I had to disable those projects in order to build the .NET projects.

LeonCS referenced this issue Nov 20, 2014
This reverts commit e6adfc3.

Making changes to ServicePointManager inside a library is a _very_ bad idea.
This also breaks now since Twitter disabled SSL3 for their servers because of
the POODLE vulnerability
@PeterKopchik
Copy link

I am having the same problem; wondering if maybe the consumer key / secret combination has expired. Since I do not have access to the account that was created for that it may take me awhile to confirm.
I will certainly post anything I find out about this back here.

@PeterKopchik
Copy link

Not sure if this helps however, I downloaded the latest (here in a zip file); removed the Silverlight projects since they had some errors and I don't need them. Built the solution in VS 2010 and put the new Twitterizer2 DLL into my web app and that fixed it.

@veenet
Copy link

veenet commented Apr 30, 2015

I have the same issue.Is there any option to get new framework version?

@git-pperez
Copy link

I'm currently having that issue, any idea how to fix it?

@chilloutgames
Copy link

worked fine for 3 years - but now getting this issue

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

No branches or pull requests

5 participants