@langph wrote:
I have been operating home assistant from OMV 4.3 via docker. SSL is renewed automatically via letsencrypt in OMV. Some time ago, the SSL configuration led to a non-working application. Probably after a upgrade, upgrades are automatically applied with “watchtower”.
Setup is : as host, no privileged mode
mounts:/sharedfolders/HA/homeassistant to /config
/etc/letsencrypt/live/mycert to /sslin configuration.yaml, I have:
ssl_certificate: /ssl/fullchain.pem ssl_key: /ssl/privkey.pem base_url: https://my_url:8123
HA is installed in /sharedfolders/HA/home assistent
I have tried setting rights to full access, I have tried copying the ssl files to a different folder. If I put these two lines in configuration.yaml, I get the following error message: “Invalid config for [http]: not a file for dictionary value @ data[‘http’][‘ssl_certificate’]. Got ‘/ssl/fullchain.pem’”.
If I copy the files (automatically to a folder /sharedfolders/HA/mycert and change the mounts in Docker, the error disappears, but HA still cannot be accessed. (ERR_EMPTY_RESPONSE).
How can I resolve this?
EDIT: https works, it’s the local http address that does’nt.
Posts: 1
Participants: 1