ServiceNow integration using Python
February 15, 2022 12:00 AM
ServiceNow integration using python fails with SSL error. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='dev109872.service-now.com', port=443): Max retries exceeded with url: /api/now/table/incident (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1129)')))
Discussion (2)
That's a pretty straightforward error. You'd have to give details to get a detailed answer, but it's saying that some server somewhere has a self-signed certificate, and it will only accept certs signed by an authority.