hi everyone,
i installed hassio with duckdns, everything works.
i configured in configuration.yaml
http:
api_password: !secret http_password
and in secret.yaml
http_password: XXXXX
The Problem is, that the password query doesn´t work, if i entry with https://XXXX.duckdns.org:8123
Are you using proper indentation?
http:
api_password: !secret http_password
Do you have added a trusted_networks
section that allows access to hass.io without requesting the password?
Thank you for your response.
i only delete the hash. No i dont add trusted_networks :(( ** is the proper indentation
http:
**api_password: !secret http_password
**ssl_certificate: /ssl/fullchain.pem
**ssl_key: /ssl/privkey.pem
**base_url: https://XXXX.duckdns.org:8123
and add my pass in secrets.yaml
http_password: XXXX
Have you rebooted since changing the file?
no, i only save the file on WEB UI. I restart it now --> ERR_EMPTY_RESPONSE, can´t reach hassio -__- i think should wait now, hope it works after 20min