#did i do something wrong when i followed

1 messages · Page 1 of 1 (latest)

quick furnace
#

Did you remove SSL from HA?

glacial coral
#

yeah i commented it out

quick furnace
#

And restarted HA?

glacial coral
#

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

quick furnace
#

So:

  1. Turn off SSL in HA
  2. Confirm you can connect to HA locally with http://
  3. Check NGINX settings
  4. Check port forward is to NGINX, not HA
  5. Test again
glacial coral
#

sec

#
  1. 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

quick furnace
#

Images of text are horrible, please... share text as text

old canyonBOT
#

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.

glacial coral
#

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?

quick furnace
#

With the required config files, yes, but I don't use #add-ons-archived so you'd want to ask somebody over there

glacial coral
#

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

quick furnace
#

Yes, but it needs a config to tell it to do that

#

Whether the add-on creates that by default I wouldn't know

glacial coral
#

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

quick furnace
#

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

glacial coral
#

paying for the HA thingy thing makes it easier to add google assistant?

quick furnace
#

Yes

glacial coral
#

one day i might lol. i cant afford that right now

quick furnace
#

Then ... go and ask the people that can help you 😉

glacial coral
#

i will. im looking at the docs again before i say something dumb

glacial coral
#

i think i figured it out