ServiceNow integration using Python

veerablog
veerablog Unconfirmed, Community Member, Lectora® Accessibility Group (LAUG) Member, eLearning Brothers® Partner Posts: 1 ☆ Roadie ☆
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)')))

Tagged:

Comments

  • carlfink
    carlfink Community Member Posts: 1,099 ✭ Legend ✭
    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.
  • alinaopreaphd
    alinaopreaphd Community Member, Lectora® Accessibility Group (LAUG) Member, eLearning Brothers® Partner Posts: 1 ☆ Roadie ☆