PHP 8.2.30
Preview: certs.py Size: 709 B
/lib/python3.6/site-packages/requests/certs.py

# -*- coding: utf-8 -*-

"""
requests.certs
~~~~~~~~~~~~~~

This module returns the preferred default CA certificate bundle. There is
only one — the one from the certifi package.

If you are packaging Requests, e.g., for a Linux distribution or a managed
environment, you can change the definition of where() to return a separately
packaged CA bundle.

This Fedora-patched package returns "/etc/pki/tls/certs/ca-bundle.crt" provided
by the ca-certificates RPM package.
"""
try:
    from certifi import where
except ImportError:
    def where():
        """Return the absolute path to the system CA bundle."""
        return '/etc/pki/tls/certs/ca-bundle.crt'


if __name__ == '__main__':
    print(where())

Directory Contents

Dirs: 1 × Files: 18

Name Size Perms Modified Actions
- drwxr-xr-x 2025-08-06 21:33:47
Edit Download
28.30 KB lrw-r--r-- 2025-08-06 14:02:36
Edit Download
6.11 KB lrw-r--r-- 2018-10-18 05:32:22
Edit Download
9.97 KB lrw-r--r-- 2018-10-18 05:32:22
Edit Download
709 B lrw-r--r-- 2025-08-06 14:02:36
Edit Download
1.64 KB lrw-r--r-- 2018-10-18 05:32:22
Edit Download
18.00 KB lrw-r--r-- 2018-10-18 05:32:22
Edit Download
3.11 KB lrw-r--r-- 2018-10-18 05:32:22
Edit Download
3.43 KB lrw-r--r-- 2018-10-18 05:32:22
Edit Download
757 B lrw-r--r-- 2018-10-18 05:32:22
Edit Download
33.41 KB lrw-r--r-- 2018-10-18 05:32:22
Edit Download
542 B lrw-r--r-- 2018-10-18 05:32:22
Edit Download
28.83 KB lrw-r--r-- 2025-08-06 14:02:36
Edit Download
4.03 KB lrw-r--r-- 2018-10-18 05:32:22
Edit Download
2.91 KB lrw-r--r-- 2018-10-18 05:32:22
Edit Download
29.07 KB lrw-r--r-- 2025-08-06 14:02:36
Edit Download
1.07 KB lrw-r--r-- 2018-10-18 05:32:22
Edit Download
3.52 KB lrw-r--r-- 2025-08-06 14:02:36
Edit Download
436 B lrw-r--r-- 2018-10-18 05:32:22
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).