I'am trying to approch my pi with a secure connection useing https. I have a Letsencrypt certificate wich is valid at this moment, on my Ziggo router I have portforwarding for port 443. The webserver is listening on port 8080 and 443 and I use Duckdns
Code: Select all
2021-03-10 22:34:37.650 Status: Domoticz V2020.2 (build 12453) (c)2012-2020 GizMoCuz
2021-03-10 22:34:37.650 Status: Build Hash: 651daa081-modified, Date: 2020-10-07 09:01:46
2021-03-10 22:34:37.650 Status: System: Raspberry Pi
2021-03-10 22:34:37.664 Status: Startup Path: /home/pi/domoticz/
2021-03-10 22:34:37.812 Status: PluginSystem: Started, Python version '3.7.3'.
2021-03-10 22:34:37.825 Status: WebServer(HTTP) started on address: :: with port 8080
2021-03-10 22:34:37.831 Status: WebServer(SSL) started on address: :: with port 443
2021-03-10 22:34:37.835 Status: Camera: settings (re)loaded
2021-03-10 22:34:37.936 Status: TCPServer: shared server started...
2021-03-10 22:34:37.937 Status: RxQueue: queue worker started...
2021-03-10 22:34:37.830 Error: [web:443] missing SSL certificate chain file ./server_cert.pem!
2021-03-10 22:34:37.830 Error: [web:443] missing SSL certificate file ./server_cert.pem!
2021-03-10 22:34:37.830 Error: [web:443] missing SSL private key file ./server_cert.pem!
2021-03-10 22:34:37.830 Error: [web:443] missing SSL DH parameters file ./server_cert.pem!
I followed several times the instructions in the document Native secure access with Lets Encrypt but still no working certificate.
The SSL Server test says Assessment failed: Failed to communicate with the secure server
I have tried many options from the forums here but no one is giving a suitable solution.
Code: Select all
https://localhost:443 ERR_CONNECTION_REFUSED