Error: control/tls/validate | port 443 is not available, cannot enable HTTPS on it | 400
Status: *Certificate chain is invalid
tls: enabled: true [...] port_https: 443 [...] certificate_path: /var/etc/acme-client/certs/644c0950b1e430.38459566/fullchain.pem private_key_path: /var/etc/acme-client/keys/644c0950b1e430.38459566/private.key
Hey @andyd, did you check that you can send DNS request to <opnsense_IP>:5353 ?Something like "host example.com <opnsense_IP>:5353" from a linux box.Does this work?btw, I disagree a bit with @yeraycito's recommendation of using port 5353. It's the default port for mDNS, I see an unnecessary risk for conflict, I use 53530 for example.
AGH has the ability to "rewrite" DNS as well, so you can make you own domain point to local IPs using just AdGuard Home. Hence you could put AdGuard first (and maybe you don't need dnsmasq at all anymore?).Just an idea.