#NGINX install kills ssl

1 messages · Page 1 of 1 (latest)

sleek parrot
#

I'm not sure if this is the correct way to start a thread

#

Heya folks!

I'm sorry if I'm not in the right place.

Some background: I'm exploring all the options I can find. I have been working on setting up my HASS on a pi4 for the first time. I had some trouble getting ssl to work, but I finally have it working with a combination of duckdns and Let's encrypt (no custom domains, just the duckdns domain). The issue I have been running into is now that ssl is working, the internal IP wont work without https, which is fine for pc - but I want to set up smart displays soon, which will require internal access and the ssl error will cause problems. Additionally, the hass app on my android phone fails on internal ip/url because of the error.

I read in the forums that setting up NGINX should fix this problem, which allowing ssl to continue to work. I set up the addon with the configuration as outlined in the docs, and when I do the internal IP works, but the external URL doesn't anymore (not just stops ssl, but the url fails to connect). I suspect I am doing something wrong - but I haven't found an answer online yet and i'm hoping someone here can help me figure out what I'm doing wrong