I’m wondering whats wrong with my settings because getting https not secure when connecting my pimatic from internet. I did the settings according the installation guide. Disabled http and enabled https.
"httpsServer": {
"enabled": true,
"port": 443,
"hostname": "",
"keyFile": "ca/pimatic-ssl/private/privkey.pem",
"certFile": "ca/pimatic-ssl/public/cert.pem",
"rootCertFile": "ca/certs/cacert.crt"
},
I was thinking if something wrong when giving dyndns name, which is from my asus modem like somename.asuscomm.com. Another thing that do I have to input something as hostname in the config?
I can log in but i get security warnings.
What should I check?