I have a Home Assistant server with two connections lan and wi-fi. Accordingly, it can be accessed at http://192.168.1.30:8123 and http://192.168.1.31:8123. The 30th address is redirected through proxy server Caddy 2 and it corresponds to the entry
31 address I would like to translate via Self-Trusted Certificate to https. How do I specify the key folder for the second address in the configuration.yaml
file ? Will Home Assistant understand that I have two addresses: one http and one https ?
Well, for example, for two addresses. One is for remote access and it is http, and the other is for Asterisk and it needs https. I don’t think homeassist has such a use case in it
Have you tried with one IP? If you have a reverse proxy it should work, at least it does here (nginx), HTTPS (home.mydomain.com) and HTTP (http://192.168.0.2:8123) if I want internally.
With the address https://mydomen.duckdns.org WSS did not work with Asterisk. Now Asterisk works on another server with self-signed certificate. I wanted to put everything on one server with two addresses