Installed.. but not responding to https
Posted: Sunday 27 November 2022 16:30
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?
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?