#did i do something wrong when i followed
1 messages · Page 1 of 1 (latest)
yeah i commented it out
And restarted HA?
restarting again just in case, but yes i think so
based on what im reading, NGINX reads the SSL files which is why you comment them out
after rebooting it now says it cant reach the webpage when i try to add home assistant to Google Home App. awesome lol
but, if i turn off NGINX, enable SSL in config.yaml again. it works, but i get this browser not secure message
So:
- Turn off SSL in HA
- Confirm you can connect to HA locally with
http:// - Check NGINX settings
- Check port forward is to NGINX, not HA
- Test again
sec
- i commented out SSL in the config. i can get to it via http . dont have the red NOT SECURE anymore
only thing touched in NGINX is the domain as the doc states to do
Images of text are horrible, please... share text as text
To format your text as code, enter three backticks on the first line, press Enter for a new line, paste your code, press Enter again for another new line, and lastly three more backticks.
```yaml
example: here
```
Don't forget you can edit your post rather than repeatedly posting the same thing.
just wanted you to see the whole page
domain: URL
hsts: max-age=31536000; includeSubDomains
certfile: fullchain.pem
keyfile: privkey.pem
cloudflare: false
customize:
active: false
default: nginx_proxy_default*.conf
servers: nginx_proxy/*.conf
am i understanding that NGINX will use the SSL files and redirect the traffic coming to https?
With the required config files, yes, but I don't use #add-ons-archived so you'd want to ask somebody over there
yeah im so tired so im zoning out lol
thank you for looking
my interpretation was since SSL is off and the connection comes in on 443, NGINX will redirect and make it work
hope thats right lol
Yes, but it needs a config to tell it to do that
Whether the add-on creates that by default I wouldn't know
gotcha
yeah its hard to follow
i guess im curious, its taking the SSL files that duckdns generates right? so you would need to always run duckdns first
that the add-on creates, yes, I'd assume so
As I said, I don't use add-ons
You should ask the people that do
paying for the HA thingy thing makes it easier to add google assistant?
Yes
one day i might lol. i cant afford that right now
Then ... go and ask the people that can help you 😉
i will. im looking at the docs again before i say something dumb
i think i figured it out