Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- >>> import pynetbox
- >>> nb = pynetbox.api(
- ... 'https://netbox.url',
- ... token='XXX'
- ... )
- >>> nb.dcim.devices.all()
- <snipped>
- raise SSLError(e, request=request)
- requests.exceptions.SSLError: HTTPSConnectionPool(host='netbox.url', port=443): Max retries exceeded with url: /api/dcim/devices/ (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1076)')))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement