Code: Select all
Error: WebServer(SSL) startup failed on address 0.0.0.0 with port: 444: use_certificate_chain_file: no start line
Error: WebServer(SSL) check privileges for opening ports below 1024
This is my /etc/init.d/domoticz.sh
Code: Select all
DAEMON=/home/x/domoticz/$NAME
DAEMON_ARGS="-daemon"
#DAEMON_ARGS="$DAEMON_ARGS -daemonname $NAME -pidfile $PIDFILE"
DAEMON_ARGS="$DAEMON_ARGS -www 8888"
DAEMON_ARGS="$DAEMON_ARGS -sslwww 444"
#DAEMON_ARGS="$DAEMON_ARGS -log /tmp/domoticz.txt"
#DAEMON_ARGS="$DAEMON_ARGS -syslog"
DAEMON_ARGS="$DAEMON_ARGS -sslcert /home/x/domoticz/server_cert.pem"
Code: Select all
Status: WebServer(HTTP) started on address: :: with port 8888
Can you help me to solve it?
Thanks