*Fix missing update to sslCtx for setting SSL

This commit is contained in:
Derrick Hammer 2022-07-23 02:46:33 -04:00
parent b01ea298b7
commit 8d7db21184
1 changed files with 1 additions and 0 deletions

View File

@ -121,6 +121,7 @@ async function setupSSl() {
}
if (dateValid && domainValid) {
sslCtx = tls.createSecureContext(sslParams);
return;
}