Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Image RemovedImage Added


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)')))







Code Block
titlechange api.py
verify=False






self.session.verify=False