Logger: homeassistant.components.http.forwarded
Source: components/http/forwarded.py:90
Integration: HTTP (documentation, issues)
First occurred: 18:54:35 (49 occurrences)
Last logged: 19:32:00
A request from a reverse proxy was received from 172.30.33.4, but your HTTP integration is not set-up for reverse proxies; This request will be blocked in Home Assistant 2021.7 unless you configure your HTTP integration to allow this header
But as far as I know I do not use reverse proxy.
I do use: NGINX Home Assistant SSL proxy for running DuckDNS
or is that reverse proxy? (I am a Noob on this)
configuration:
I had that before
but because of installing NGINX Home Assistant SSL proxy in the past, I had to flag out the http lines in the configuration.yaml:
(I don’t know why, I just followed a setup movie)
#----------------------------------------------------------------
# Uncomment this if you are using SSL/TLS, running in Docker container, etc.
#----------------------------------------------------------------
#http:
# base_url: https://myduck.duckdns.org:8123
# ssl_certificate: /ssl/fullchain.pem
# ssl_key: /ssl/privkey.pem
If I unflag these I can not approach HA anymore (Locally and by DuckDNS)
That would be the ip for nginx inside of docker supposedly the /12 is for internal only docker ips (from another post I can’t seem to find) and the ::1 is for the ipv6 variation I believe. I will update with the post where others were discussing it as soon as I can find it again