Version 0.8.48
This commit is contained in:
parent
428efb3f1b
commit
9dc6ff92b8
Binary file not shown.
Binary file not shown.
|
@ -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);
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "meshcentral",
|
||||
"version": "0.8.47",
|
||||
"version": "0.8.48",
|
||||
"keywords": [
|
||||
"Remote Device Management",
|
||||
"Remote Device Monitoring",
|
||||
|
|
Loading…
Reference in New Issue