Finally got my Google Home Mini and since then been trying to setup SSL for my Home Assistant which is running on a Raspberry Pi 3, but without any luck…
Everything goes as expected until
I was able to connect to homeassistant using: DOMAIN.duckdns.org:8123, before setting up SSL, so that works.
Also I have my certificate and key generated at:
SSL Certificate: “/etc/letsencrypt/live/DOMAIN.duckdns.org/fullchain.pem”
SSL key: “/etc/letsencrypt/live/DOMAIN.duckdns.org/privkey.pem”
and have the router portforwarded as the picture above shows, I simply can’t connect to my by the domain https://DOMAIN.duckdns.org or the local 192.168.0.5:8123
I’ve tried to do a portscan on port 443, but simply says timed out. Also tried ‘server_port’ in the config to 443, but It wouldn’t allow me. Also I’m not quite sure whats the External IP Address is for which is why It’s either 0.0.0.0 or 192.168.0.5(IP of Raspberry Pi running Home Assistant)
What could my next possible step be to solve my problem?
That’s interesting, can you try connecting from another computer (maybe a mobile). That would help identify whether the problem is the computer, or the Pi
changing the local port to 8123 and external port to 443 solved the problem! Never would have thought of that, I’m just used to my old router where those spots were switched around in the layout
That also explains why my router kept saying: “Error converting one or more entries: TRY AGAIN” When trying to portforward 8123->443(not 443->8123) when I already had 8123 portforward to 8123