Better comment

pull/5105/head
Ben Hardill 2025-04-17 15:39:19 +01:00
parent 0b271f1185
commit f961a7276b
No known key found for this signature in database
GPG Key ID: 74DD076979ABB1E7
1 changed files with 1 additions and 0 deletions

View File

@ -593,6 +593,7 @@ in your Node-RED user directory (${RED.settings.userDir}).
delete opts.https.ALPNProtocols
}
// The got library doesn't support servername at this time
// https://github.com/sindresorhus/got/issues/2320
if (opts.https.servername) {
delete opts.https.servername
}