Problem with the configuration of DuckDNS and Config.yaml for remote access

Hello all
First of all, it is a pleasure to be part of this forum.
I’m new in the HA world and thus, I’m facing some problems.
I have HA running on a RasPi 4. The installation and configuration run without problem. After that, I would like to access to HA remotely (from Internet outside of the local LAN). As soon as I understood, there are 2 possibilities: One possibility is with Nabu Casa by paying a monthly fee. The other option is with DuckDNS. I decided to use DuckDNS.
I have followed all the steps described en the doc:

  1. I have installed the DuckDNS
  2. I have created a domain.
  3. I have modified the config file of DuckDNS as follow:
    {
    “lets_encrypt”: {
    “accept_terms”: true,
    “certfile”: “fullchain.pem”,
    “keyfile”: “privkey.pem”
    },
    “token”: “mytoken”,
    “domains”: [
    mydomain.duckdns.org
    ],
    “seconds”: 300
    }
  4. I have modified the configuration.yaml and it looks like as follow:
    ´# Configure a default setup of Home Assistant (frontend, api, etc)
    default_config:

´# Uncomment this if you are using SSL/TLS, running in Docker container, etc.
http:
base_url: https://mydomain.duckdns.org:8123
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem

´# Text to speech
tts:

  • platform: google_translate

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

  1. I have “opened” the port 80 and 8123 (IPv4 and IPv6) for hassio in my FritzBox router.

Once this is done, I cannot access with my iPhone using the HA App when I’m outside of the local LAN.
Additionally, every time with I reboot Hassio I got the following error:
2019-12-29 18:03:17 ERROR (MainThread) [homeassistant.setup] Setup failed for base_url: Integration not found.
2019-12-29 18:03:17 ERROR (MainThread) [homeassistant.setup] Setup failed for ssl_key: Integration not found.
2019-12-29 18:03:17 ERROR (MainThread) [homeassistant.setup] Setup failed for ssl_certificate: Integration not found.

I’m lost and I really don’t know how to solve this issue. Can someone help me? :slight_smile:
Thanks!

Hey so I’m basically having the same issue anyone got any fixes?