On 20 August 2013 15:40, Amir Ladsgroup <ladsgroup@gmail.com> wrote:
after that bot operators just need to update 


OK, this seems to be giving some problems.

If you get

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


you need to update your httplib2 certificates: see http://stackoverflow.com/questions/13321302/python-foursquare-ssl3-certificate-verify-failed for instructions.


I'm not sure how to fix this for us - should we just bundle wget's cacerts.pam? How would this work on windows? See http://pwnetics.wordpress.com/2012/02/06/ssl-certificate-verification-and-httplib2/ for a possible implementation.


Merlijn