I have setup Lets Encrypt and can login to my HA from inside and outside my network as https://xxxxx.ddns.net:8123
But when i just do https://xxxxx.ddns.net it says > This Site can’t provide a secure connection.
I’m certainly no expert on SKY routers, but a quick google search seems to indicate that the rule you have forwards everything from ports 443 to port 8123 to the same numbered corresponding port on your internal device. I don’t see anything (Again, I’m no expert) that allows you to forward to a different port.
If in fact that is the case, you should change your port forward rules to port 80 and 443 only (assuming you need 80 for letsEncrypt). Then change your home assistant instance to listen on port 443.
However I am seeing the following errors in my log pertaining to this setup
2018-02-09 11:28:20 ERROR (MainThread) [homeassistant.config] Invalid config for [http]: not a file for dictionary value @ data['http']['ssl_certificate']. Got '/local/certificates/cert.pem'
not a file for dictionary value @ data['http']['ssl_key']. Got '/local/certificates/privkey.pem'. (See /config/configuration.yaml, line 116). Please check the docs at https://home-assistant.io/components/http/
2018-02-09 11:28:20 ERROR (MainThread) [homeassistant.setup] Setup failed for http: Invalid config.
I am not an expert but had similar issue. If you are using docker, just restart the docker/HA. If this is not your config folder, you may need to add the path to docker.
Hi Sorry to drag this up but i am currently running Hassio and new to home assistant. however the issue my Sky Q Hub as i cant figure out the port forwarding.
can i ask is it possible and secondly is it possible for a complete novice like myself.