httplib2.system_ca_certs_locater 0.1.2

Creator: railscoder56

Last updated:

Add to Cart

Description:

httplib2.system ca certs locater 0.1.2

=========================== httplib2.system-ca-certs-locater 0.1.2===========================This package provides a plug-in to httplib2 to tell it to use thecertificate authority file from the base OS instead of the one in thehttplib2 package. The file from httplib2 is used as a fallback, if theexpected OS-specific file is not found.Installation============First install `pbr`_ package:: pipinstallpbrThenrun:: pip install httplib2.system-ca-certs-locaterSetup custom ca_certs file via environment variable===================================================You can specify custom path to ca_certs file using``HTTPLIB_CA_CERTS_PATH``:: import os os.environ['HTTPLIB_CA_CERTS_PATH'] = '/home/user/my_ca_certs.txt'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()``... _`github`: https://github.com/dreamhost/httplib2-ca_certs_locater.. _`pbr`: https://github.com/openstack-dev/pbr

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.