Skip to content

Commit 37e8d5d

Browse files
committed
docs: add reference for REQUESTS_CA_BUNDLE
1 parent 3aa9873 commit 37e8d5d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/api-usage.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,18 @@ python-gitlab:
309309
Reference:
310310
http://docs.python-requests.org/en/master/user/advanced/#proxies
311311

312+
SSL certificate verification
313+
----------------------------
314+
315+
python-gitlab relies on the CA certificate bundle in the `certifi` package
316+
that comes with the requests library.
317+
318+
If you need python-gitlab to use your system CA store instead, you can provide
319+
the path to the CA bundle in the `REQUESTS_CA_BUNDLE` environment variable.
320+
321+
Reference:
322+
https://2.python-requests.org/en/master/user/advanced/#ssl-cert-verification
323+
312324
Client side certificate
313325
-----------------------
314326

0 commit comments

Comments
 (0)