-
Notifications
You must be signed in to change notification settings - Fork 2
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
Ability to skip certificate validation #148
Comments
Hi @dannywade, please try to set/export environment variable |
@mfiedorowicz that worked! Something else to add is users that use self-signed certs may see a "403 Forbidden" errors in the diode-reconciler logs. This is due to the forced HTTP redirect configured in Nginx. Users that set the environment variable |
@mfiedorowicz dealed with that error too, but there're some tricks to setup that environment variable. |
That would work if we had just one service only. Currently docker-compose contains a few services with various environment variables and to cover them all we provide one Adding missing env var in #177 |
Data ingestion currently fails when trying to import data into a NetBox instance that uses a self-signed certificate. It'd be nice if there was a flag to disable certificate validation when importing data to NetBox, especially for lab/dev purposes where self-signed certificates are common. Below are the error messages received when trying to import data into a local NetBox instance with a self-signed certificate using the Diode NAPALM agent.
The text was updated successfully, but these errors were encountered: