OK, first off hassio is awesome. Ran the hassio installer on ubuntu without issues and installed and runs perfectly. I enabled the 3rd party addon letsencrypt and ran that OK and checked configuration which cam back ok. I rebooted and was unable to reach HA via https or http until I removed the http changes in configuration.yaml and run as normal on port 80.
when I looked in /var/log/syslog, it looks look the docker container hassio_supervisor is tied to its own virtual ip and from what the logs show hassio_supervisor isnt allowing https traffic. Any help would be appreciated. Below are the log entries I’m seeing:
Jan 3 12:01:36 hass hassio-start[1484]: #033[31m18-01-03 17:01:36 ERROR (MainThread) [hassio.api.proxy] Client error on API stream request Cannot connect to host 172.30.32.1:8123 ssl:False [Connection refused].#033[0m
I’m thinking I just need to allow that to accept ssl, but my docker skills are limited. Any help would be greatly appreciated