Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »


requests.exceptions.SSLError: HTTPSConnectionPool(host='thefreetelecomuni.atlassian.net', port=443):

Max retries exceeded with url: /wiki/rest/api/space/TEST

(Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1056)')))




change api.py
verify=False


self.session.verify=False

  • No labels