Connecting to https://Homeassistant:8123

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

  1. Click Hamburger icon (top right corner)
  2. Click Configuration nodes
  3. Double click Home Assistant

Assuming you have installed node-red-contrib-home-assistant node