Comment 9 for bug 797281

Revision history for this message
Barry Warsaw (barry) wrote :

Okay, I think lazr.restfulclient() is simply not prepared to handle certificate validation, which is the new default in httplib2. I have a workaround, which is to pass disable_ssl_certificate_validation=True to the underlying Http object. With this, the example code works. I'll upload a temporary fix to lazr.restfulclient and create a bug task on that project.