Add Testcase & Fix typo

This commit is contained in:
Ben Hardill
2021-07-28 08:52:35 +01:00
parent 555e815402
commit a76c6f86c6
2 changed files with 66 additions and 4 deletions

View File

@@ -455,7 +455,7 @@ in your Node-RED user directory (${RED.settings.userDir}).
}
if (opts.https.cert) {
opts.https.certificate = opts.https.cert;
delete opt.https.cert;
delete opts.https.cert;
}
} else {
if (msg.hasOwnProperty('rejectUnauthorized')) {