1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

Rolled back agent tunnel TLS check.

This commit is contained in:
Ylian Saint-Hilaire 2020-11-10 13:24:24 -08:00
parent a8fd0510de
commit 6e67fc14c4
3 changed files with 9 additions and 1 deletions

View file

@ -1330,10 +1330,12 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use
// Add server TLS cert hash
var tlsCertHash = null;
/*
if (parent.parent.args.ignoreagenthashcheck !== true) {
tlsCertHash = parent.webCertificateHashs[domain.id];
if (tlsCertHash != null) { command.servertlshash = Buffer.from(tlsCertHash, 'binary').toString('hex'); }
}
*/
// Add user consent messages
command.soptions = {};