DuckDNS ssl is not working

I have Hass.io installed in the docker container. Used raspberry pi 3b+ with Raspbian.

Okay:

  1. I set DuckDNS addon.
  2. I registered at duckdns org and created a domain there.
  3. Edited the addon config.
    `
    lets_encrypt:
    accept_terms: true
    certfile: fullchain.pem
    keyfile: privkey.pem
    token: dac21d38-29c7-47d8-9f79-6f9df2581fe3
    domain:
  1. Runs the addon, creates the keys:
    fullchain.pem
    and privkey.pem
  2. in configuration.yaml added
    http: base_url: testhome.duckdns.org ssl_certificate: /ssl/fullchain.pem ssl_key: /ssl/privkey.pem
    in the router, I enabled port forwarding
    80 > 80
    443 > 8123.

in the end, I can’t go to either the local address or the duckdns domain.
I get an error ERR_CONNECTION_TIMED_OUT or ERR_CONNECTION_REFUSED.

I’ve been looking at the home assistant logs.
/usr/share/hassio/homeassistant/homeassistant.log

there’s no record of any mistakes.

What do I do in this situation and how do I get external access to my server?

Same prolem here… The SSL certs have been created in the /ssl directory. But when trying to access HA via the DuckDNS url, Chrome displays the following error message:
ERR_CONNECTION_REFUSED

same problem :confused: had to reinstall homeassistant

Take a look at Remote access for Home Assistant, maybe it helps.