mirror of
https://github.com/open-webui/docs.git
synced 2026-03-26 13:18:42 +07:00
REQUESTS_CA_BUNDLE is proprietary to requests. SSL_CERT_FILE is part of [PEP 476](https://peps.python.org/pep-0476/#trust-database). Requests supports SSL_CERT_FILE too: https://github.com/psf/requests/issues/2899