I've installed a new Domoticz server and during the initial configuration I chose to have only HTTPS access (disabled HTTP). However, because HABridge is not working with HTTP (what a shame!), I wish to re-enable HTTP access and I can't find a way to do it. The outisde access to my Domoticz server goes through a reverse proxy on another server which redirects HTTP to HTTPS anyway, so outside access will always be over HTTPS. However, in LAN, using 192.168.0.x IP address, I wish to have it working also over HTTP.
In my domoticz.sh file I have this:
Code: Select all
DAEMON_ARGS="$DAEMON_ARGS -www 8080"
DAEMON_ARGS="$DAEMON_ARGS -sslwww 443"
Any idea what is going on here and how to enable both HTTP and HTTPS access?
Thanks!