hassio-addons / addon-node-red

Node-RED - Home Assistant Community Add-ons
https://addons.community
MIT License
513 stars 117 forks source link

Node-Red Install on HomeAssistant Green #1860

Closed AlanEisen closed 3 months ago

AlanEisen commented 3 months ago

Problem/Motivation

I installed Node-Red on HomeAssistant Green (HAG). It seemed to install correctly, but after starting the log showed an SSL error and the SSL certfile wasn't recognized. I turned off SSL and was able to start without a problem (but haven't done anything with it yet. Running: Core - 2024.3.2 Supervisor - 2024.03.0 Operating System - 12.1 Frontend - 20240307.0

Expected behavior

Expected to run without error

Actual behavior

The SSL certfile wasn't recognized and the add-on closed.

Steps to reproduce

Install on HAG and run.

Proposed changes

(If you have a proposed change, workaround or fix, describe the rationale behind it)

frenck commented 3 months ago

The SSL certfile wasn't recognized and the add-on closed.

Where did you store your SSL certificate? And how did you create one?

AlanEisen commented 3 months ago

I didn't have one; the default install assumed that I did, and prefilled the options field. That was the "problem."

frenck commented 3 months ago

That is not a problem. The default settings are "secure by default" out of the box.

If you wish to lower that, go ahead 👍

../Frenck