https://bugzilla.wikimedia.org/show_bug.cgi?id=71497
--- Comment #6 from Merlijn van Deen valhallasw@arctus.nl --- Note that we use *httplib2*, not requests! Please try the following
$ python Python 2.7.6 (default, Mar 22 2014, 22:59:56) [GCC 4.8.2] on linux2 Type "help", "copyright", "credits" or "license" for more information.
import httplib2 httplib2.CA_CERTS
This gives me '/etc/ssl/certs/ca-certificates.crt' for my Ubuntu 14.04-packaged httplib2, and '/path/to/venv/lib/python2.6/site-packages/httplib2-0.8_pywikibot1-py2.6.egg/httplib2/cacerts.txt' for a virtualenv.
What do you get, and does that file exist?