mirror of https://github.com/node-red/node-red.git
Better comment
parent
0b271f1185
commit
f961a7276b
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue