File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed
Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Requirements
3131
3232python-gitlab depends on:
3333
34- * `python-requests <http ://docs .python-requests.org/en/latest/ >`_
34+ * `python-requests <https ://2 .python-requests.org/en/latest/ >`_
3535
3636Install with pip
3737----------------
Original file line number Diff line number Diff line change @@ -307,7 +307,19 @@ python-gitlab:
307307 gl = gitlab.gitlab(url, token, api_version = 4 , session = session)
308308
309309 Reference:
310- http://docs.python-requests.org/en/master/user/advanced/#proxies
310+ https://2.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
311323
312324Client side certificate
313325-----------------------
@@ -324,7 +336,7 @@ The following sample illustrates how to use a client-side certificate:
324336 gl = gitlab.gitlab(url, token, api_version = 4 , session = session)
325337
326338 Reference:
327- http ://docs .python-requests.org/en/master/user/advanced/#client-side-certificates
339+ https ://2 .python-requests.org/en/master/user/advanced/#client-side-certificates
328340
329341Rate limits
330342-----------
You can’t perform that action at this time.
0 commit comments