.. tags:: python release
This package provides a plug-in to httplib2 to tell it to use the certificate authority file from the base OS instead of the one in the httplib2 package. The file from httplib2 is used as a fallback, if the expected OS-specific file is not found.
This release fixes installation problems for 0.1.0 on Linux.
$ pip install httplib2.ca_certs_locater
If you are on a platform with a different certificate authority file,
please submit a pull request via github to add the file to get()
.
For more details, see the README on github.