I used to have Native secure access with Lets Encrypt at the host (Rpi Domoticz) side with a free duckdns domain.
This method installs the server_cert.pem file in the domoticz folder.
But recently I have changed this (with a new domain name) to an HAproxy server, which does the SSL offloading in the frontend of the proxy server.
So Native secure access with Lets Encrypt installed at the Host is not needed anymore.
but when I remove the certificate from the Domoticz folder I get an error message in the log that the certificate is missing:
Code: Select all
2021-05-15 06:31:40.081 Error: [web:443] missing SSL certificate chain file ./server_cert.pem!
2021-05-15 06:31:40.081 Error: [web:443] missing SSL certificate file ./server_cert.pem!
2021-05-15 06:31:40.081 Error: [web:443] missing SSL private key file ./server_cert.pem!
2021-05-15 06:31:40.081 Error: [web:443] missing SSL DH parameters file ./server_cert.pem!
Where or how can I remove the "previous" SSL method, to get rid of the error?