Domoticz and native https problem
Posted: Sunday 25 November 2018 10:02
Hi guy, i try to access my domoticz server by https://mydomain.com:444 but at the beginning all gone ok, after x access domoticz gone offline with this log error:
This is my /etc/init.d/domoticz.sh
Port 8888
I follow this guide https://www.domoticz.com/wiki/Native_se ... ts_Encrypt (remember at the beginning all gone ok)
Can you help me to solve it?
Thanks
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