mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
First version with CIRA support in AMT Manager.
This commit is contained in:
parent
47db002aaf
commit
88b38f9c32
6 changed files with 81 additions and 24 deletions
|
@ -167,8 +167,8 @@ var CreateWsmanComm = function (host, port, user, pass, tls, tlsoptions, transpo
|
|||
obj.kerberosDone = 0;
|
||||
|
||||
if (obj.transportServer != null) {
|
||||
// CIRA or APF server
|
||||
obj.socket = obj.transportServer.SetupCiraChannelToHost(obj.host, obj.port);
|
||||
// Setup a new channel using the transport server (CIRA or APF)
|
||||
obj.socket = obj.transportServer.SetupChannelToNode(obj.host, obj.port);
|
||||
if (obj.socket == null) {
|
||||
try { obj.xxOnSocketClosed(); } catch (e) { }
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue