After configuring duckdns and letsencrypt i cannot anymore connect to frontend as https://example.duckdns.org:8123 but only if i use https with my local ip (also if i have alert it’s not secure in red). Where i am wrong?
In configuration.yaml i have these entries:
http:
# Secrets are defined in the file secrets.yaml
api_password: !secret http_password
ssl_certificate: /etc/letsencrypt/live/example.duckdns.org/fullchain.pem
ssl_key: /etc/letsencrypt/live/example.duckdns.org/privkey.pem
# Uncomment this if you are using SSL/TLS, running in Docker container, etc.
base_url: example.duckdns.org:8123
duckdns:
domain: example
access_token: xxxxxxxxxxxxxxxxxxxxxxxxxxx