Hello everyone,
I’ve been having issues for a loooong time with logging in my Home assistant from outside my network, what i usually use both at home and outside is an url from Duckdns, it almost always works for me, for my gf on the other hand almost never does, it being from the url, from the ip and so on.
What triggered me to make this post is that i recently installed the Unifi addon in Home assistant and that one always works. for my gf she can access it via Duckdns link, via ip , locally etc, no issues what so ever…
So i am starting to thing that my HomeAssistant web interface is the issue since a service hosted on it works flawlessly.
My current configurations are as follow:
Outside Port: 5001
Inside Port: 8123
Using latest DuckDNS addon version
configuration.yaml modifications, added:
http:
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem
use_x_forwarded_for: true
trusted_proxies:
- 127.0.0.1
- 192.168.4.1 # My gateway
- 192.168.4.0/24 # Subnet
What could be wrong with it?
Just for context, my Unifi is setup the same only difference is outside port is 5002 and inside port is 8443