Can't connect anymore

I’m running hassbian with the most recent release of home-assistant (upgraded via pip). For some reason I can no longer connect to the web interface and I’m not sure how to debug it.

Here’s what I checked so far:

  • ps axu shows HA is running
  • netstat -nlp shows that the port 8123 is used by HA (on 0.0.0.0)
  • iptables -L shows that no firewall is configured and all connections are allowed
  • connecting to http://localhost:8123 via lynx shows “HTTP request sent; waiting for response.” but never displays anything
  • connecting from the outside via chrome shows “ERR_CONNECTION_RESET”
  • I set the logger to info but can’t see any HTTP related error in the log, I see “Setting up http” and “Setting up frontend” as well as “Home Assistant initialized”

I’m at a loss at what to check. I don’t remember having changed anything. AFAIK the system worked fine after the recent update. I hadn’t used it for a few days and encountered the problem only now. So it might be related to the update but I’m not sure.

Any help with debugging this would be appreciated

I’m an idiot :blush: I had setup SSL, but tried to connect via HTTP instead of HTTPS. Sorry for the noise.

1 Like