We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96bc921 commit c15c705Copy full SHA for c15c705
README.md
@@ -275,7 +275,7 @@ Linux distribution's `ca-certificates` package which needs to be installed
275
through `apt`, `yum`, et.al.
276
277
If your system stores CA certificates in another location you will need to
278
-configure the client with `'ssl.ca.location': '/path/to/cacert.pem'`.
+configure the client with `'ssl.ca.location': '/path/to/cacert.pem'`. On MacOS Mojave and later, this is usually ` '/private/etc/ssl/cert.pem'`.
279
280
Alternatively, the CA certificates can be provided by the [certifi](https://pypi.org/project/certifi/)
281
Python package. To use certifi, add an `import certifi` line and configure the
0 commit comments