Add on Duckdns to configure an ip also local

is there a way to reach the homeassistant page even from local? after having set up duckdns it seems that I can only reach it remotely. moreover, when I type https: //mydominio.duck … the browser warns me that there are problems with the certificate. in the homeassistant addon I can see that anke letencript was successful. because?? I want to reach my homeassistant anke from local and without going every time by force from ducdns !!

Internally it’s either https://hassio.local:8123 or https://your-pi’s-ip:8123, the browser will bleat when accessing internally.

Hello if I connect from the inside I go to this address: https: // xxxxxxxx: 8123 / states. It happens that my browser tells me that the site has problems with certificates and that it is not secure. If I try to access from https://xxxxxxxx.duckdns.org/. I can not. because? port 8123 I did portfarwarding. Can you give me your configuration to understand?

but 'I want to clarify that from this address https: // xxxxxxxx: 8123 I can easily access.

Internal access is acting exactly as I said it would.

Externally, if you put the base url: in your config as https://xxxxxxxx.duckdns.org/ you need to forward port 443 to 8123 and if you put https://xxxxxxxx.duckdns.org/8123 it’s port 8123 to 8123.