Comment 4 for bug 1609548

Revision history for this message
Peter Levi (peterlevi) wrote :

Hm, yes, actually it seems to be something with urllib3: http://stackoverflow.com/questions/28987891/patch-pyopenssl-for-sslv3-issue

What's the output of these:
apt-cache show python-requests
python -c "import requests; import urllib3; print requests.__version__; print urllib3.__version__"