Add-On start failed with "FATAL: The configured certfile is not found"

I have several add-ons such as Node-Red that are failing with the line “FATAL: The configured certfile is not found”. What do I need to do to correct this problem? Let me know if you need any more information.

Here is the full log message from Node-Red:
[s6-init] making user provided files available at /var/run/s6/etc…exited 0.
[s6-init] ensuring user provided files have correct perms…exited 0.
[fix-attrs.d] applying ownership & permissions fixes…
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts…
[cont-init.d] 00-banner.sh: executing…

-----------------------------------------------------------
 Hass.io Add-on: Node-RED v1.0.1

 Flow-based programming for the Internet of Things

 From: Community Hass.io Add-ons
 By: Franck Nijhof <[email protected]>
-----------------------------------------------------------
 amd64 / Debian GNU/Linux 9 (stretch) / HA 0.81.2 / SU 138 / stable
-----------------------------------------------------------
[cont-init.d] 00-banner.sh: exited 0.
[cont-init.d] 01-log-level.sh: executing... 
Log level is set to INFO
[cont-init.d] 01-log-level.sh: exited 0.
[cont-init.d] 02-updates.sh: executing... 

INFO: You are running the latest version of this add-on
[cont-init.d] 02-updates.sh: exited 0.
[cont-init.d] 10-requirements.sh: executing... 
FATAL: The configured certfile is not found
[cont-init.d] 10-requirements.sh: exited 1.
[cont-finish.d] executing container finish scripts...
[cont-finish.d] 99-message.sh: executing... 
-----------------------------------------------------------
            Oops! Something went wrong.
 
 We are so sorry, but something went terribly wrong when
 starting or running this add-on.
 
 Be sure to check the log above, line by line, for hints.
-----------------------------------------------------------
[cont-finish.d] 99-message.sh: exited 0.
[cont-finish.d] done.
[s6-finish] syncing disks.
[s6-finish] sending all processes the TERM signal.

Fixed it. I simply disabled SSL in the config. This got it working, but without SSL which I don’t need at this time.

1 Like

Thanks for sharing the solution.

Had the same problem and that was the solution. Good Job

Having the same problem with v1.2.0
FATAL: The configured certfile is not found
},
“port”: 1880,
“ssl”: false,

ssl is set to false??? Don
Don

FIXED!! reloaded default config then set ssl to false… Node red came up???