I have hass.io 82.0 and am trying to get the http service to respond on port 443 instead of port 8123.
I made the following changes to the http: section but it is still not switching over to port 443. Any advice would be appreciated. I’ve cleared browser caches, restarted the pi sever times including hard resets and there are NO errors in the log file - at all.
http:
base_url: notmyaddress.duckdns.org
server_port: 443
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem