*Fix missing update to sslCtx for setting SSL
This commit is contained in:
parent
b01ea298b7
commit
8d7db21184
|
@ -121,6 +121,7 @@ async function setupSSl() {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (dateValid && domainValid) {
|
if (dateValid && domainValid) {
|
||||||
|
sslCtx = tls.createSecureContext(sslParams);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue