Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
SSLError at /browserid/verify/ SSL23_GET_SERVER_HELLO:unsupported protocol #53
Comments
|
It seems to be an issue with requests
|
|
Can you give a bit more info about the platform (OS is the main question)? I can't replicate this. |
|
I'm running Ubuntu 12.04 I can connect fine using CURL and openssl |
|
Using the packaged version I get a different error:
|
|
It seems all SSLv2 stuff is no longer supported see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=589706 |
juliantaylor
commented
Mar 29, 2012
|
Above timeout is actually an ssl error not properly raised by the available request version. I tried the same with python-request version from ubuntu 12.04 (0.8.2-1) installed in ubuntu 11.04 and got Response [200] |
added a commit
that referenced
this issue
Mar 29, 2012
|
Fixed in openssl (1.0.1-2ubuntu3) precise https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/965371
|
graingert commentedMar 29, 2012
For some reason I'm getting this issue
http://dpaste.com/723490/
Any ideas?