Hello,

I have been using Python 2.7 so far for my scripts, but it is high time to switch to 3.4. However, when I run this simple script: https://gist.github.com/alkamid/2a2cb399a193d7fa6254 (getting a page's content), I get this error: 

  File "/home/.../wikt/pywikibot/core/pywikibot/comms/http.py", line 293, in error_handling_callback
    raise FatalServerError(str(request.data))
pywikibot.exceptions.FatalServerError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:600)

(full traceback in the Gist)

It must be something obvious, could you help me out here?

Thanks
alkamid