#Access via CloudFlare Zero Trust

1 messages · Page 1 of 1 (latest)

bold mesa
#

Is there a weird proxy or HTML header/URL i need to set for Zero Trust access?
I am getting a 400: Bad Request error.

keen dock
#

are you using the cloudflared addon?

#

if so you have to put this in your configuration.yaml file:

http:
  use_x_forwarded_for: true
  trusted_proxies:
    - 172.30.33.0/24
bold mesa
#

do I have to use an add on?

keen dock
#

hmm pretty sure it needs something like this as well then

#

well the addon makes it really easy 🙂

#

but there might be different ways that achieve the same thing...

bold mesa
#

the add on simply updates an DNS A record. it is not leverging ZT

#

the .yaml doesnt have any proxy info

keen dock
#

it is

#

it is using ZT

#

not just simply updating a DNS record

bold mesa
#

OK, different to the add on i found, I get an error though, This redirect is not supported by your Home Assistant installation. It needs either the Home Assistant Operating System or Home Assistant Supervised installation method. For more information, see the documentation.
thanks, ill look into it