diff --git a/node-red/rootfs/etc/node-red/config.js b/node-red/rootfs/etc/node-red/config.js index f19623727..0a50e1c88 100644 --- a/node-red/rootfs/etc/node-red/config.js +++ b/node-red/rootfs/etc/node-red/config.js @@ -62,6 +62,9 @@ config.userDir = '/config/node-red/'; // Disable authentication, let HA handle that config.adminAuth = null; +// Disable SSL, since the add-on handles that +config.https = null; + // Several settings config.credentialSecret = getSecret(options.credential_secret);