8000
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 3aa9873 commit 37e8d5dCopy full SHA for 37e8d5d
docs/api-usage.rst
@@ -309,6 +309,18 @@ python-gitlab:
309
Reference:
310
http://docs.python-requests.org/en/master/user/advanced/#proxies
311
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
324
Client side certificate
325
-----------------------
326
0 commit comments