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

Duckdns do not connect

$
0
0

@Fredrik13 wrote:

Hello
I have just reinstalled hass.io on my raspberry with SSD, from scratch, and have installed the duckdns addon, and think I have configured everything as it should be. Forwarded port 8123 in my router. The duckdns log is ok, and nothing in the HA log. But when trying to access from outside I get the blue top banner and a blank page for a while, before I get the logo and “unable to connect to Home Assistant” and “retry”.
There is no problem connecting from within my network with the IP address.

Duckdns config:

{
  "lets_encrypt": {
    "accept_terms": true,
    "certfile": "fullchain.pem",
    "keyfile": "privkey.pem"
  },
  "token": "xxxxxxxx-c5f1-4f6f-830d-11ef4ab1fab7",
  "domains": [
    "mydomain.duckdns.org"
  ],
  "seconds": 300

Configuration.yaml

# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:



# Text to speech
tts:
  - platform: google_translate

group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml

# Example configuration.yaml entry
device_tracker:
  - platform: nmap_tracker
    hosts: 192.168.10.1/24
    
http:
  base_url: https://mydomain.duckdns.org
  ssl_certificate: /ssl/fullchain.pem
  ssl_key: /ssl/privkey.pem

Any ideas what’s wrong?

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 95437

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>