You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To overcome the issue the LibreNMS container should run the command /usr/sbin/update-ca-certificates during startup. /usr/sbin/update-ca-certificates will update the CA store.
In the meantime I fixed this with an ugly "hack" by mounting a "09-update-ca-certificates.sh" script into /etc/cont-init.d/ which only contains update-ca-certificates.
It works but still would like to see this supported officially.
We are running into this issue as well. We are trying to enable the auth_ad_check_certificates option but the certificate validation always fails. We've tried adding LDAPTLS_CACERT, TLS_CACERT, and other php environment variables but none resolve the issue. Seems like LibreNMS requires the container to load the certs itself.
Behaviour
Container doesn't load CA Certificates when started.
I tested it while trying to use User Authentication over LDAPS.
Steps to reproduce this issue
Expected behaviour
Actual behaviour
The text was updated successfully, but these errors were encountered: