Using HASSIO .084 with the DuckDNS addon. However, I cannot access HA via https, only http. Below are my settings. Any help in identifying a setup mistake I’ve made would be greatly appreciated.
DuckDNS:
{
“lets_encrypt”: {
“accept_terms”: true,
“certfile”: “fullchain.pem”,
“keyfile”: “privkey.pem”
},
“token”: “redacted”,
“domains”: [
“REDACTED.duckdns.org”
],
“seconds”: 300
}
configuration.yaml:
http:
base_url: !secret base_url
api_pasword: !secret http_password
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem
secrets.yaml
base_url: https://REDACTED.duckdns.org
http_password: REDACTED
Router:
External Port: 443
Internal Port: 8123