https://pymongo.readthedocs.io/en/3.11.0/examples/tls.html#specifying-a-ca-file
and https://pymongo.readthedocs.io/en/3.11.0/examples/authentication.html#mongodb-x509 refer to the PyMongo-specific ssl_ca_certs URI options. Examples where a unified option applies (e.g. not CRL file) can probably be updated.
Perhaps this was overlooked in PYTHON-1670 and/or PYTHON-1827.
- is related to
-
PYTHON-1670 Implement Unified URI Options
- Closed
-
PYTHON-1827 Unified URI options follow on work
- Closed
-
PYTHON-2396 Deprecate ssl_keyfile and ssl_certfile URI options in favor of tls* equivalents
- Closed