Skip to content

Commit

Permalink
🚑 Fixes SSL issues by forcing Node-RED to disable SSL
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Apr 16, 2019
1 parent 8f0958a commit f3b99ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions node-red/rootfs/etc/node-red/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit f3b99ee

Please sign in to comment.