I’m looking for some help regarding external access to HA.
I’ve setup duckdns https://***duckdns.org and configured this in HA:
homeassistant:
external_url: https://***.duckdns.org
internal_url: http://192.168.68.107:8123/
http:
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem
ip_ban_enabled: true
login_attempts_threshold: 5
The internal URL doesn’t work on HTTP, and using HTTPS returns a certificate error, which would be expected.
When I visit https://***duckdns.org from my local network, everything works fine. As does the companion app.
For some reason, I can’t access HA from outside my network.
In the app, I get SSL handshake error.
In a browser, I get an ERR_SSL_PROTOCOL_ERROR.
Pinging duck dns returns the correct IP.
I’ve opened the ports on my router (8123 → 8123 and 443 → 8123)
My router is in modem mode and I use a deco P9 for my router.
the duckdns addon logs, so how issues, everything green with “no change”.
I’ve had a pretty extensive Google, and searched here, but I’m at a loss for what’s going wrong. Does anyone have any ideas?