After reading trow countless google hits, I still don’t know whats casing the problem. My setup: HA runs as VM on a Synology NAS. I have my firewall do the port forwarding to my NAS, there I have a revers proxy sending it to the VMs IP. Thats how I get SSL running on all my things in my network, just with HA it does not work any longer. I cant connect with my browser, nor with the android app. Only thing working is HassControl on my Garmin watch, there I’m using an Long-lived access token.
In my configuration.yaml I have the line:.
http:
use_x_forwarded_for: true
trusted_proxies:
- 192.168.1.2 (IP of revers proxy)