I’m trying to use hass.io behind a reverse proxy for easy access (i have multiple devices i can access over the internet via reverse proxy so why not hass.io).
I’ve set everything up like the rest, but when I go to the specific subdomain, it says
Home Assistant had trouble
connecting to the server.
TRY AGAIN
In my configuration.yaml i’ve entered “base_url: sub.domain.com” but that didn’t help either.
On some sites people said to use http_sec_websocket_extensions, i’ve enabled those and added it to the server Variables list.
Were you ever able to figure this out? I’m having the same issue - I can get to the login screen just fine, but after entering valid creds I receive “Home Assistant had trouble connecting to the server. TRY AGAIN”
I know you went a different route, but I just figured this one out so figured I would share.
I had the server variable for HTTP_SEC_WEBSOCKET_EXTENSIONS, but I didn’t actually have WebSocket Protocol installed on the server.
I’m running IIS on Windows 10, so I went to Programs and Features > Turn Windows features on or off > IIS\World Wide Web Services\App Dev Features\WebSocket Protocol. After that, works perfectly!
I have a reverse proxy, and have enabled HTTP_SEC_WEBSOCKET_EXTENSIONS, created and assigned the server variable and it’s in web.config as you’d expect, but I’m still getting connection timeout…