https://bugzilla.wikimedia.org/show_bug.cgi?id=72009
John Mark Vandenberg jayvdb@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |upstream See Also| |https://bugzilla.redhat.com | |/show_bug.cgi?id=1154641 Summary|Fedora 20 ships httplib2 |Fedora 20 ships python3 |0.7.7 causing endless SSL |httplib2 0.7.7 with |cert fail loop on python3 |unpatched SSL cert file Severity|major |normal
--- Comment #2 from John Mark Vandenberg jayvdb@gmail.com --- The reason for the problem with py3 is Fedora patches httplib2-0.7.7 to use the system certs, but only for py2. Therefore python3-httplib2-0.7.7 is using the certs included in the distributed 0.7.7 tarball, which is mostly junk data nowadays.
fwiw, it looks like FC21 is likely to be based on py34 and include httplib2-0.9
Our typical workarounds for httplib2 work well; either install 0.9 using pip, or recursively clone the pywikibot repo, so it can use 'externals/httplib2' - both tested and work correctly.