modify sessions.py ( for requests/api.py)
From "verify=None"  to  "Verify=False"
>>> should be able to do it in the:
1- requests.api.py module
2- or the module calling sessions.requests.api.py (Â 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)')))