Skip to content

trying to poulate IP Adresses via python, getting ssl Error #14186

Discussion options

You must be logged in to vote

It appears that netbox_python does not have attributes for SSL verification.
You can try setting verify=False directly in the Session object.

NB_URL = "https://192.168.1.102:8681/"
netbox = NetBoxClient(base_url="192.168.1.102", token="token goes here")
netbox._session.verify = False

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Kodikodiko
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants