kommis
(Kommis)
February 16, 2022, 10:22am
1
Hello,
I have a Problem with internal (local) access to the app. I installed DUCKDNS and also NGINX to HA. External access works fine. But internal access doesn’t work.
This are my configurations in the router:
empty:
What is false or missing? When i open “https://.duckdns.org" or "https:// .duckdns.org:8123” it doest work in the app and also in the browser.
The app doesnt work local with my IP or https://homeassistant.local:8123/ or with https://****.duckdns.org
Can you help me?
big thanks from austria!!
https
is not valid for local addresses as the SSL certificate is not valid.
k8gg
February 16, 2022, 4:51pm
3
Try search the forum. There was another thread a couple of days ago. Same issue to begin with, and with a resolution in the end.
@Tinkerer , @anon63427907 , @k8gg thank very much for your help.
Installing the add-on NGINX Home Assistant SSL proxy solved my problem.
For users with a similar problem, here is what I did:
installed the add-on NGINX Home Assistant SSL proxy
following the documention
I verified I have a /ssl directory on my HA machine and that it contains both my fullchain.pem and privkey.pem
I commented out both ssl_certificate and ssl_key lines in the configuration.yaml
in the same configuration.yaml, i…
2 Likes