I have HAOS configured with Nabu Casa and all is working good.
I have also 3 webhooks configured for a local network call (http://192.168.x.x:8123/api/webhook/buttonPressed), but the plugin I’m using for call it only works with https address. I tried to call https://192.168.x.x:8123/api/webhook/buttonPressed, but I receive a protocol error, because my HA works in local only using http, not https.
Mi goal is: how can I configure HAOS to use SSL if I call from local network?
As specified in the first post, I nedd to execute wekhooks in local, not using external address, because if I lose internet, the webhook cannot be called. So I’m looking a guide to configure SSL in address homeassistant.local:8123
EDIT: Note that it will hardly work with a “.local” domain name (and local dns names in general), due to the inability to get a public SSL certificate for those (at least afaik), so you’ll also need to be sure you can switch the verification off in whatever will call the webhooks.