From 4c3aa23775f509aa1c69732ea0a66262f1f5269e Mon Sep 17 00:00:00 2001 From: Gauvain Pocentek Date: Tue, 31 Oct 2017 07:37:01 +0100 Subject: Update the ssl_verify docstring --- gitlab/__init__.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gitlab/__init__.py b/gitlab/__init__.py index 25b0b86..fc054c8 100644 --- a/gitlab/__init__.py +++ b/gitlab/__init__.py @@ -61,7 +61,9 @@ class Gitlab(object): private_token (str): The user private token email (str): The user email or login. password (str): The user password (associated with email). - ssl_verify (bool): Whether SSL certificates should be validated. + ssl_verify (bool|str): Whether SSL certificates should be validated. If + the value is a string, it is the path to a CA file used for + certificate validation. timeout (float): Timeout to use for requests to the GitLab server. http_username (str): Username for HTTP authentication http_password (str): Password for HTTP authentication -- cgit v1.2.1