Quantcast
Channel: Configuration - Home Assistant Community
Viewing all articles
Browse latest Browse all 95919

Impossible configure DuckDNS

$
0
0

@Mattmurd0ck wrote:

Hi guys,
I’m having some trouble configuring DuckDNS for my HA installation.
When I try to reach https://mattxxxxx.duckdns.org, browser shows me “impossible to find the server”.
All done with DuckDNS add-on:

{
  "lets_encrypt": {
    "accept_terms": true,
    "certfile": "fullchain.pem",
    "keyfile": "privkey.pem"
  },
  "token": "mytoken",
  "domains": [
    "mattxxxxx.duckdns.org"
  ],
  "seconds": 300
}

Configuration.yaml:

Uncomment this if you are using SSL/TLS, running in Docker container, etc.

http:
   base_url: https://mattxxxxx.duckdns.org:8123
   ssl_certificate: /ssl/fullchain.pem
   keyfile: /ssl/privkey.pem

Router config.

I have both of the *.pem file in /ssl.

When I call http://, the browser return me router’s webpage.
I followed the official guide, and other on many websites, with no luck.
Can you help me?

Thanks a lot!

Posts: 5

Participants: 4

Read full topic


Viewing all articles
Browse latest Browse all 95919

Trending Articles