mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Version 0.8.48
This commit is contained in:
parent
428efb3f1b
commit
9dc6ff92b8
4 changed files with 2 additions and 1 deletions
|
@ -2005,6 +2005,7 @@ function startRouter() {
|
|||
if (xurlargs.length > 0) { options.path += '?' + xurlargs.join('&'); }
|
||||
} catch (e) { console.log("Unable to parse \"serverUrl\"."); process.exit(1); return; }
|
||||
|
||||
console.log("Connecting...", options);
|
||||
options.checkServerIdentity = onVerifyServer;
|
||||
options.rejectUnauthorized = false;
|
||||
settings.websocket = http.request(options);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue