#"Your HTTP integration is not set-up for reverse proxies" even though it is

1 messages · Page 1 of 1 (latest)

hard laurel
#

This is in my /homeassistant/configuration.yaml:

http:
  use_x_forwarded_for: true
  trusted_proxies:
    - 10.0.0.7
    - 192.168.68.180

I've verified that it appears in /mnt/data/supervisor/homeassistant/configuration.yaml.

But I still get the error: "A request from a reverse proxy was received from 10.0.0.7, but your HTTP integration is not set-up for reverse proxies"

Am I doing something wrong? I've tried restarting after the edit.