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

Version 1 Current »


From "verify=None"    to   "Verify=False"

>>> should be able to do it in the:
1- requests module
2- or the module calling sessions.requests (  it should be available as a parameter in the HTTP request header )


ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1056)


urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='thefreetelecomuni.atlassian.net', port=443): Max retries exceeded with url: /wiki/rest/api?title=IT&spaceKey=TEST&expand=history (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1056)')))


requests.exceptions.SSLError: HTTPSConnectionPool(host='thefreetelecomuni.atlassian.net', port=443): Max retries exceeded with url: /wiki/rest/api?title=IT&spaceKey=TEST&expand=history (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1056)')))

  • No labels