I´m new to home assistant and want to get started with duckdns.
I have looked on a video how to configure it, and thought it should work, but still I get a error when I try to use my duckdns domain.
So I have set up DuckDNS addon with no errors:
{
“lets_encrypt”: {
“accept_terms”: true,
“certfile”: “fullchain.pem”,
“keyfile”: “privkey.pem”
},
“token”: “mytoken”,
“domains”: [
“mydomain.duckdns.org”
],
“seconds”: 300
}
The configuration.yaml file looks like:
http:
api_password: myapi_password
base_url: https://mydomain.duckdns.org:8123
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem
and restarts with no errors
On my Asus router I have added a port forwarding from 443 to 8123 for my internal IP for the home assistant:
When trying to enter the address in a webbrowser (also tried in Incgnito mode) I get the following error:
ERR_SSL_PROTOCOL_ERROR
The webpage could not enable a safe connection:
Back home, and I have tried to get it up and running, but with no success!
I suspect some settings on my router needs to be updated, but I have no clue what to change!
Any ideas what to do to make it work, or anything I can do to try to find the root cause?
Since I run into this issue again (and figured out the solution), I thought of adding it to this topic. In my scenario, all settings was done correctly, but my ISP didn´t expose my IP-address. I needed to contact them to open up the Ip-address for the public internet and when that was done, DuckDNS worked as expected!