Hi logzilla team,
I'm having an issue connecting to logzilla UI from a ssh tunnel. (I'm trying to avoid having to open my logging server to the WAN).
Basically I'm doing the following from my local desktop:
ssh logger.mybox -L 8899:localhost:8899 (The logzilla apache instance is listening under port 8899)
And on my browser desktop I can access the instance with the tunnel up via
http://localhost:8899 and I'm having no issues hitting the login page and I'm able to login. Right after the page is blank and under my apache error log I'm seeing:
PHP Fatal error: License server invalid - does your license belong to a different server? Please visit
http://www.logzilla.pro for assistance. in Unknown on line 0, referer:
http://localhost:8899/login.phpIs the license key dependent on the http request URL?
Thanks!