mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Added ArchID 35
This commit is contained in:
parent
5848d38903
commit
9ec069eec2
5 changed files with 15 additions and 12 deletions
|
@ -246,7 +246,7 @@ var CreateWsmanComm = function (host, port, user, pass, tls, tlsoptions, mpsConn
|
|||
if (obj.xtlsoptions.cert) { options.cert = obj.xtlsoptions.cert; }
|
||||
if (obj.xtlsoptions.key) { options.key = obj.xtlsoptions.key; }
|
||||
}
|
||||
|
||||
|
||||
obj.socket = obj.tls.connect(obj.port, obj.host, options, obj.xxOnSocketConnected);
|
||||
obj.socket.setEncoding('binary');
|
||||
obj.socket.setTimeout(60000); // Set socket idle timeout
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue