Hello,
I placed Caddy server in front of a Zabbix instance, configured to add an authorization to headers so that it passes Admin credentials (user appears logged in all the time):
Zabbix is configured to allow HTTP authentication and yet when vising https://zabbix.domain.com/index_http.php I am given and error message "You are not logged in - Login name or password is incorrect.".
Is there something I am missing?
Thank you,
jose
I placed Caddy server in front of a Zabbix instance, configured to add an authorization to headers so that it passes Admin credentials (user appears logged in all the time):
Code:
# zabbix default Admin credentials header_up Authorization Basic QWRtaW46emFiYml4
Is there something I am missing?
Thank you,
jose
Comment