Hi folks. I’m new to HA and struggling to find the missing configuration puzzle piece needed to access the Home Assistant web UI securely, via on a Synology DDNS subdomain URL, on a DS 220+ VM.
I’m trying to extend the working arrangement for my DDNS domain on on https://mysubdomain.synology-ddns-domain.me and NAS DSM’s subdomain, on https://dsm.mysubdomain.synology-ddns-domain.me
However, whilst HA is available (insecurely) on 192.168.1.nnn:8123 (with nnn is fixed by my router), https://ha.mysubdomain.synology-ddns-domain.me currently reaches a (secure) Synology page with message “Sorry, the page you are looking for is not found.”.
Current configuration includes:
- Home Assistant: installed and working via a native HAOS virtual machine
- Synology DDNS is setup with a wildcard LetsEncrypt for mysubdomain.synology-ddns-domain.me and *.mysubdomain.synology-ddns-domain.me
- LetsEncrypt wildcard certificate is configured for ha.mysubdomain.synology-ddns-domain.me
- Router is forwarding port 443 to the NAS
- Synology Login Portal Reverse proxy: for Home Assistant maps source HTTPS, ha.mysubdomain.synology-ddns-domain.me, 443 to destination HTTPS, 192.168.1.nnn:8123
- Home Assistant configuration.yaml file:
http:
ip_ban_enabled: true
login_attempts_threshold: 5
use_x_forwarded_for: true
trusted_proxies:
- 192.168.1.0/24
- 172.30.232.0/24
- 172.30.32.0/24
I’m guessing that currently the HAOS virtual machine can’t access the host NAS certificate folder to use the LetEncrypt wildcard certificate but I can’t find where or how this is set.
Grateful for any tips.