Page 1 of 1

Installed.. but not responding to https

Posted: Sunday 27 November 2022 16:30
by MaxHipshot
Hi there,
New install on Ubuntu 22.04
A couple of weeks ago I installed a self-signed certificate.
Server is responding to HTTPS calls and shows the index.html I created in /var/www/html/<servername>/index.html
So the document root looks to be OK.

Today I set out to install Domoticz on this Ubuntu 22.04 pc.
I have created a user:group domoticz:domoticz and logged in as user domoticz I ran the sudo bash -c "$(curl -sSfL https://install.domoticz.com)" script

Everything seems honkydory, but when I access the https://<servername>/ I still get the original index.html file I created in the first place.

I expect that the directory /home/domoticz/domoticz/www should be the document root for the domoticz service, but now the question is to redirect html calls from my pc to this document root that will present me the domoticz interface?

Re: Installed.. but not responding to https

Posted: Monday 28 November 2022 9:14
by waltervl
I will advise you to switch on logging to a file and see what Domoticz is saying.
Alternative is to start domoticz from command line with ./domoticz
Logging should appear in the terminal screen.

For more info see wiki page https://www.domoticz.com/wiki/Troubleshooting