I am running hass.io on a raspbery pi 3 b + and i updated now the browser says “refused to connect” Any help would be appreciated, thanks.
Update: more information
I went from 0.96 to 0.97. Before I had this issue I was trying to figure out how I can use lets encrypt to access it locally with https so i could cast it to a Nest Hub, without using home assistant cloud. (I already have it, but it wastes my 1mbps upload speed.)
I don’t know exactly what I did, (because I am stupid and shouldn’t be using home assistant) but I remember adding some Lets Encrypt thing to the top on my configuration.yaml file.
http:
base_url: https://192.168.0.214:8123
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem
and then I added the addon and put
{
"email": "[email protected]",
"domains": ["example.com", "mqtt.example.com", "hass.example.com"],
"certfile": "fullchain.pem",
"keyfile": "privkey.pem"
}
in the config for the addon. It didn’t appear to do anything, so my dumb rock thought I should update to 0.97. Now when I go to 192.168.0.214:8123 it says Refused to connect.
I really don’t want to re install again, I havent backed up my config in like a week.
Any help would be appreciated, thanks.