Question about these settings
What does setting external_url like the docs show actually do? I can’t seem to get HA to listen on BOTH ssl and plain ports at the same time. I was able to add all setup but it switches the port to 443 which means that I am no longer listening on 8123.
external_url: "https://www.example.com/"
internal_url: "http://homeassistant.local:8123"
http:
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem
server_port: 443
So right now I just have the bottom part set and using myhass.duckdns.org even when at home.
2 posts - 2 participants