I have HA and a reverse proxy (tsdproxy in my case, but this should not matter) both installed at the same host with Docker. Proxy requests to HA seem to have their origin from the Docker internal IP address. Therefore, I use this address as trusted IP:
This does work. But after a reboot of the host, Docker does change IP addresses, that’s why it fails after a reboot. In my opinion, there are three possible solutions for this problem:
Add the proxy to the Docker host network (I do not want this).
Add all private networks to trusted proxies (ugly and security concerns).