So, is this something that needs added to the domoticz.sh? Isn't it overwritten bij a new update of Domoticz?The https port is defined in /etc/init.d/domoticz.sh
DAEMON_ARGS="$DAEMON_ARGS -www 8080 -loglevel=normal"
DAEMON_ARGS="$DAEMON_ARGS -sslwww 443"
DAEMON_ARGS="$DAEMON_ARGS -log /var/log/domoticz.log"
Or should I set port to '0'?-sslwww port (for example, -sslwww 443). https runs by default. Set port to 0 to ensure https socket won't be open.
I'm a little hesitant to change this now, without being sure of it.