I recently added ssl to HASS and I’m having getting Node-Red to connect to the https address. How do you connecting Node-Red with https? I tried updating the server address but kept getting the error message that it couldn’t connect.
Thanks,
I recently added ssl to HASS and I’m having getting Node-Red to connect to the https address. How do you connecting Node-Red with https? I tried updating the server address but kept getting the error message that it couldn’t connect.
Thanks,
Node-Red is working on a different port (not:8123)
The node red config needs to be updated (ssl = true)
“port”: 1880,
“ssl”: true,
“certfile”: “fullchain.pem”,
“keyfile”: “privkey.pem”,
Sorry for the confusion. When you add a server in Node-Red I need to be able to connect to Home Assistant with https:// instead of http:// and I can’t find any additional settings that would allow me to map to the Home Assistant keys.
To update the Home Assistant connection details in NodeRED
Assuming you have installed node-red-contrib-home-assistant node