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
31
31
32
32
python-gitlab depends on:
33
33
34
- * `python-requests <http ://docs .python-requests.org/en/latest/ >`_
34
+ * `python-requests <https ://2 .python-requests.org/en/latest/ >`_
35
35
36
36
Install with pip
37
37
----------------
Original file line number Diff line number Diff line change @@ -307,7 +307,19 @@ python-gitlab:
307
307
gl = gitlab.gitlab(url, token, api_version = 4 , session = session)
308
308
309
309
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
311
323
312
324
Client side certificate
313
325
-----------------------
@@ -324,7 +336,7 @@ The following sample illustrates how to use a client-side certificate:
324
336
gl = gitlab.gitlab(url, token, api_version = 4 , session = session)
325
337
326
338
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
328
340
329
341
Rate limits
330
342
-----------
You can’t perform that action at this time.
0 commit comments