The latest update to 2024.10.1 has made me aware that my SSL is configured without an external URL or internal URL

I have been using Let`s encrypt with certbot to certify my external domain (from ddns). I have configured my router to DNAT the incoming traffic from wan to the local address and the local port and this works seamlessly regardless whether I am accessing the router from wan or lan.
So I guess the remark is somehow related to that. I however could not figure out, what should I do, or what it is the fix.
When going to the suggested configuration through the UI, it says my configuration is configured in configuration.yaml, so the UI is locked.
When I look into my yaml, it says:
http:
# Secrets are defined in the file secrets.yaml
###api_password: !secret http_password
ssl_certificate: /home/hass/letsencrypt/config/live/<domain>/fullchain.pem
ssl_key: /home/hass/letsencrypt/config/live/<domain>/privkey.pem
# Uncomment this if you are using SSL/TLS, running in Docker container, etc.
#base_url: <domain>:<port>
ip_ban_enabled: True
login_attempts_threshold: 5
Apparently base_url is an ancient artifact, which has been defunct for a long time. In the forum I found people talking about internal_url and external_url options, but no one has seemed to have clue what to do with them and when looking at the current documentation for http: section on HA web, these config options seem to be defunct too.
Since I have not seen this error before, I guess it is fairly new, but so seem the web documentation.
Does anyone know, what is the actual problem, and how to fix it?




