Since the recent auth change I’ve been unable to log in to our LibreNMS installation. My issue is very similar to this one in that I’m using a https://… base_url, but with one key difference; I am not using a reverse proxy. I am running apache with SSL configured, and everything was working prior to the recent auth update.
I can access the login page, but with a “mixed content” warning. Additionally, when entering the username/password Firefox warns that the forms are not being submitted over a secure channel, and even if I ignore this it does not log me in, it just kicks me back to the login screen. The logs show nothing (beyond the normal polling).
validate.php output:
====================================
Component | Version
--------- | -------
LibreNMS | 1.43-82-gcf31776a6
DB Schema | 267
PHP | 5.6.37
MySQL | 5.6.41-log
RRDTool | 1.7.0
SNMP | NET-SNMP 5.7.3
====================================
[OK] Composer Version: 1.7.2
[OK] Dependencies up-to-date.
[OK] Database connection successful
[OK] Database schema correct
Let me know if you need any additional data.