Replies: 1 comment
-
Try disabling SSL certificate verification: https://stackoverflow.com/questions/62773263/does-pynetbox-api-have-an-option-to-verify-ca-cert-for-self-signed-cert |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi,
how to bypass the SSL check for connection to netbox
I get the following error.
requests.exceptions.SSLError: HTTPSConnectionPool(host='localhost', port=443): Max retries exceeded with url: /api/dcim/device-roles/?name=PC (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate (_ssl.c:1131)')))
Beta Was this translation helpful? Give feedback.
All reactions