Hello all,
since yesterday I am a proud owner of a Raspberry Pi 4 running HA.
I now wanted to set up remote access to access my HA on the go.
Unfortunately that does not work.
I did the following steps:
- DuckDNS add-on installed
- token and domain inserted
- Port forward on my fritzbox (TCP protocol, port 8123)
- configuration.yaml extended with the following:
http:
base_url: xxxxx.duckdns.org:8123
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem
cors_allowed_origins:
- https://google.com
- https://www.home-assistant.io
ip_ban_enabled: true
login_attempts_threshold: 3 - changed network HA URL to https://xxxxx.duckdns.org:8123
When I’m logging in to HA the certificate isn’t valid and I checked on canyouseeme.org the port 8123 - error (could not see my service).
What am I doing wrong?
Thanks in advance
Chris