Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 910 Bytes

announce.rst

File metadata and controls

35 lines (23 loc) · 910 Bytes

httplib2.ca_certs_locater 0.2.0

.. 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.

What's New In This Release?

This release fixes installation problems for 0.1.0 on Linux.

Installation

$ pip install httplib2.ca_certs_locater

Supporting Additional Platforms

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().

More Info

For more details, see the README on github.