Issue with node red add-on in home assistant

Can’t get it to work just says bad gateway. I’m running it on proxmox.

Yes and it will produce logs. So where are they?

SSL has been enabled using the ‘ssl’ option,
[20:53:10] FATAL: this requires a SSL certificate file which is
[20:53:10] FATAL: configured using the ‘certfile’ option in the
[20:53:10] FATAL: add-on configuration.
[20:53:10] FATAL:
[20:53:10] FATAL: Unfortunately, the file specified in the
[20:53:10] FATAL: ‘certfile’ option does not exists.
[20:53:10] FATAL:
[20:53:10] FATAL: Please ensure the certificate file exists and
[20:53:10] FATAL: is placed in the ‘/ssl/’ directory.
[20:53:10] FATAL:
[20:53:10] FATAL: In case you don’t have SSL yet, consider getting
[20:53:10] FATAL: a SSL certificate or setting the ‘ssl’ option
[20:53:10] FATAL: to ‘false’ in case you are not planning on using
[20:53:10] FATAL: SSL with this add-on.
[20:53:10] FATAL:
[20:53:10] FATAL: Check the add-on manual for more information.

Doesn’t that say it all?

New to it don’t know how to fix it.

But I hear you I’ll find another corner of the internet to ask. Thanks.

Do you really need ssl for this? If not, disable it.

Thanks I fixed the rest of the errors as well. Appreciate it.

You don’t need SSL within your internal network.
Just make sure that you do not expose your internals to the world. Instead, if you need access to your internal network when you are not at home: Use a VPN connection.

At the same time ssl should work, you just need to enter the file names on the addon config page.

ssl: true
certfile: fullchain.pem
keyfile: privkey.pem

Only if you actually have certificate files!

1 Like