We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
http = httplib2.Http(ca_certs='/etc/ssl/certs/ca-certificates.crt')
that line in particular, i think is giving me this error:
SSLError: [Errno 185090057] _ssl.c:340: error:0B084009:x509 certificate routines:X509_load_cert_crl_file:PEM lib
im on os x so i had to create that above directory because that is a linux way of doing things.
im stuck on how to get this going in os x.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
http = httplib2.Http(ca_certs='/etc/ssl/certs/ca-certificates.crt')
that line in particular,
i think is giving me this error:
SSLError: [Errno 185090057] _ssl.c:340: error:0B084009:x509 certificate routines:X509_load_cert_crl_file:PEM lib
im on os x so i had to create that above directory because that is a linux way of doing things.
im stuck on how to get this going in os x.
The text was updated successfully, but these errors were encountered: