We have switched to HTTPS again! If you get the following error message:

On 20 August 2013 23:46, Merlijn van Deen <valhallasw@arctus.nl> wrote:
ERROR: Traceback (most recent call last):
File "X\core\pywikibot\data\api.py", line 286, in submit
    body=paramstring)
File "X\core\pywikibot\comms\http.py", line 116, in request
    raise request.data
SSLHandshakeError: [Errno 1] _ssl.c:504: error:14090086:SSL
              routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed


the easiest option is to install httplib2 - either in a virtualenv or globally - from the externals/ directory. This directory contains an updated cacerts.txt, which included the root certificate required for editing on WMF servers.

To do this:
  cd externals/httplib2
  python setup.py install

If you use pwb.py, you should not get an error message at all. If you /do/ get one, please let me know.

Best,
Merlijn