Hello,
I’m using a Synology NAS with a Docker installation to host HASS. I’ve set up the Synology with a Let’s Encrypt certificate, and I would like to use a reverse proxy to access HASS with SSL. This part is working fine, but when I try to login to HASS with my API password, it tells me that it was unable to connect.
I searched the internet and found out that it is related to Websockets, and that I should add the following line to my configuration;
proxy_set_header Upgrade $http_upgrade;
But I’m only using the GUI for the reverse proxy, so I can’t add this line? Can I fix this without messing around with Synology config files?