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

Freedom House have disabled SSLv3, this breaks requests.get #70

Open
rpanah opened this issue May 13, 2015 · 1 comment
Open

Freedom House have disabled SSLv3, this breaks requests.get #70

rpanah opened this issue May 13, 2015 · 1 comment
Labels

Comments

@rpanah
Copy link

rpanah commented May 13, 2015

No description provided.

@rpanah rpanah added the bug label May 13, 2015
@rpanah
Copy link
Author

rpanah commented May 13, 2015

This issue is very important since it breaks Freedom House page fetching and basically disables new clients from giving consent.
There is no known fixes for it since the TLS ciphers used by Freedom House are too new even for the latest OpenSSL libraries released for the OSes that we are using.
One temporary workaround would be to fetch all possible pages and cache them on the server until a better fix emerges.

Workarounds tried in order to address this problem (without success):
Choosing SSL version in requests
Force-wrapping all SSL sockets

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

1 participant