About Anaconda Help Download Anaconda

Python package for providing Mozilla's CA Bundle.

  • License: ISC
  • 1194 total downloads
  • Last upload: 10 years and 7 months ago

Installers

pip install

Authentication Prerequisites:
TOKEN=$(anaconda auth --create --name download-token)

To install this package run one of the following:
pip install -i https://pypi.anaconda.org/t/$TOKEN/alt-pypi-mirror/simple certifi

Description

Certifi: Python SSL Certificates

This installable Python package contains a CA Bundle that you can reference in your Python code. This is useful for verifying HTTP requests, for example.

This is the same CA Bundle which ships with the Requests codebase, and is derived from Mozilla Firefox's canonical set.

Usage

To reference the installed CA Bundle, you can use the built-in function:

>>> import certifi

>>> certifi.where()
'/usr/local/lib/python2.7/site-packages/certifi/cacert.pem'

Enjoy!


© 2025 Anaconda, Inc. All Rights Reserved. (v4.1.0) Legal | Privacy Policy