[Tutor] python ssl error

Matthew Ngaha chigga101 at gmail.com
Sun Aug 17 14:14:15 CEST 2014


Hi this might not be the correct place to ask this. I am using the
google api and as soon as I use the build function:

    service = build('books', 'v1', developerKey=api_key)

I get an SSL error. I'm not sure what build() does but it triggers an
SSL error. Here's the error message:

     ssl.SSLError: [Errno 185090050] _ssl.c:357: error:0B084002:x509
certificate routines:X509_load_cert_crl_file:system lib

I googled this error but I don't understand the solution. It seems
specific to httplib2:

   https://github.com/kennethreitz/requests/issues/557


Here is the full trace back. Any ideas?

http://bpaste.net/show/isukkSeo08a0rx23ziBD/


More information about the Tutor mailing list