Your HTTP integration is not set-up for reverse proxies

Just noticed this error in the HA logs.
A request from a reverse proxy was received from 172.30.33.0, but your HTTP integration is not set-up for reverse proxies

Seems to suggest I do not have the trusted proxies setup in my yaml. But I do,

http:
use_x_forwarded_for: true
trusted_proxies: 172.30.33.0

What am I missing?

Make sure this configuration is at /config/configuration.yaml and not in the configuration of the add-on.

Also, in my case, I do this:

http:
  use_x_forwarded_for: true
  trusted_proxies:
    - 10.0.0.200
    - 172.30.33.0/24
1 Like

indentation ?

http:
  use_x_forwarded_for: true
  trusted_proxies: 172.30.33.0
1 Like

Robufz

4h

OH Just realised my problem!!!
I put the http proxies yaml code in the wrong yaml. I added it to the add on but should have been /config/configuration.yaml