Page 1 of 1

Disable Native HTTPS / SSL support

Posted: Monday 29 February 2016 8:11
by BakSeeDaa
The wiki says that
The https port is define in /etc/init.d/domoticz.sh
That's great and I can also disable https completely by changing the config to DAEMON_ARGS="-daemon -www 8080 -sslwww 0"

Now I can use the port 443 for other purposes.

However, what will happen when i upgrade domoticz? I will definately forget that I made this change to the file /etc/init.d/domoticz.sh and it might take me some time to figure out why things are not working as expected.

Wouldn't it be better if we had a persistant way to change the Domoticz listening ports?