Version 0.8.48

This commit is contained in:
Ylian Saint-Hilaire 2021-05-25 16:47:01 -07:00
parent 428efb3f1b
commit 9dc6ff92b8
4 changed files with 2 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -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);

View File

@ -1,6 +1,6 @@
{
"name": "meshcentral",
"version": "0.8.47",
"version": "0.8.48",
"keywords": [
"Remote Device Management",
"Remote Device Monitoring",