-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Certificate verify failed: unable to get local issuer certificate #142
Comments
I have the same issue. it's like it is ignoroing the NETBOX_TOKEN var in the env file. |
@julianfirminger-united , you have me an idea, we check the code. |
@julianfirminger-united I do a "dirty" workaround for the momment,
|
@javivu can confirm this works. Thanks for the work! |
Commenting those two lines helped me. Thanks for the help |
Hi to all!
Trying to execute "./nb-dt-import.py" i got the error:
urllib3.exceptions.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1007)
My deploy:
My .env:
NETBOX_URL=https://netbox.mydomain.com/ NETBOX_TOKEN=******* REPO_URL=https://github.com/netbox-community/devicetype-library.git REPO_BRANCH=master IGNORE_SSL_ERRORS=False
If I try to use IGNORE_SSL_ERRORS=True another error:
pynetbox.core.query.RequestError: The request failed with code 403 Forbidden: {'detail': 'Authentication credentials were not provided.'}
The script and netbox are installed in the same server.
The text was updated successfully, but these errors were encountered: