Hi, I had HA hassio working then I broke it tweaking with one of the .yaml files. I started from scratch and now can’t get back up and running. Here is the error message I’m getting when checking configuration.
Invalid config for [http]: not a file for dictionary value @ data[‘http’][‘ssl_certificate’]. Got ‘/ssl/fullchain.pem’
not a file for dictionary value @ data[‘http’][‘ssl_key’]. Got ‘/ssl/privkey.pem’. (See /config/configuration.yaml, line 29). Please check the docs at https://home-assistant.io/components/http/
I finally figured out the problem…
Check config does not seem to catch syntax issues in customize.yaml.
It allows duplicate names and which after a pi restart bad things happen.