New Install 19.0.0 fails to start :: error code 256 (by signal 15)

I have a 2 week old HA install with several add-ons and integrations.

Installed Node-Red 19 last night and it fails to start. I disabled SSL in NR’s config, still fails to start and still give SSL error?

-----------------------------------------------------------
 Add-on: Node-RED
 Flow-based programming for the Internet of Things
-----------------------------------------------------------
 Add-on version: 19.0.0
 You are running the latest version of this add-on.
 System: Home Assistant OS 14.2  (amd64 / qemux86-64)
 Home Assistant Core: 2025.1.4
 Home Assistant Supervisor: 2024.12.3
-----------------------------------------------------------
 Please, share the above information when looking for help
 or support in, e.g., GitHub, forums or the Discord chat.
-----------------------------------------------------------
s6-rc: info: service base-addon-banner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service base-addon-log-level: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service base-addon-log-level successfully started
s6-rc: info: service legacy-cont-init: starting
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service init-nginx: starting
s6-rc: info: service init-customizations: starting
s6-rc: info: service init-customizations successfully started
s6-rc: info: service init-nodered: starting
[07:51:49] FATAL: 
[07:51:49] FATAL: SSL has been enabled using the 'ssl' option,
s6-rc: info: service init-nodered successfully started
s6-rc: info: service nodered: starting
[07:51:49] FATAL: this requires an SSL certificate file which is
[07:51:49] FATAL: configured using the 'certfile' option in the
[07:51:49] FATAL: add-on configuration.
s6-rc: info: service nodered successfully started
[07:51:49] FATAL: 
[07:51:49] FATAL: Unfortunately, the file specified in the
[07:51:49] FATAL: 'certfile' option does not exist.
[07:51:49] FATAL: 
[07:51:49] FATAL: Please ensure the certificate file exists and
[07:51:49] FATAL: is placed in the '/ssl/' directory.
[07:51:49] FATAL: 
[07:51:49] FATAL: In case you don't have SSL yet, consider getting
[07:51:49] FATAL: an SSL certificate or setting the 'ssl' option
[07:51:49] FATAL: to 'false' in case you are not planning on using
[07:51:49] FATAL: SSL with this add-on.
[07:51:49] FATAL: 
[07:51:49] FATAL: Check the add-on manual for more information.
[07:51:49] FATAL: 
s6-rc: warning: unable to start service init-nginx: command exited 1
/run/s6/basedir/scripts/rc.init: warning: s6-rc failed to properly bring all the services up! Check your logs (in /run/uncaught-logs/current if you have in-container logging) for more information.
/run/s6/basedir/scripts/rc.init: fatal: stopping the container.
s6-rc: info: service nodered: stopping
[07:51:50] INFO: Service Node-RED exited with code 256 (by signal 15)
s6-rc: info: service nodered successfully stopped
s6-rc: info: service init-nodered: stopping
s6-rc: info: service init-nodered successfully stopped
s6-rc: info: service init-customizations: stopping
s6-rc: info: service init-customizations successfully stopped
s6-rc: info: service legacy-cont-init: stopping
s6-rc: info: service legacy-cont-init successfully stopped
s6-rc: info: service fix-attrs: stopping
s6-rc: info: service base-addon-log-level: stopping
s6-rc: info: service fix-attrs successfully stopped
s6-rc: info: service base-addon-log-level successfully stopped
s6-rc: info: service base-addon-banner: stopping
s6-rc: info: service base-addon-banner successfully stopped
s6-rc: info: service s6rc-oneshot-runner: stopping
s6-rc: info: service s6rc-oneshot-runner successfully stopped

Go to the config tab of the addon, hit ctrl +f5 on the keyboard. 3 dot menu, choose edit in yaml. Do you see the key ssl: false?

theme: default
http_node:
  username: ""
  password: ""
http_static:
  username: ""
  password: ""
ssl: false
certfile: fullchain.pem
keyfile: privkey.pem
system_packages: []
npm_packages: []
init_commands: []

uninstalled - reinstalled, working now. Odd! :slight_smile:

1 Like