mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 04:42:54 -05:00
AMT Manager defaults to TLS on all connection types.
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -324,7 +324,8 @@ function CreateAPFClient(parent, args) {
|
||||
});
|
||||
|
||||
chan.on('error', function (e) {
|
||||
Debug("Downlink connection error: " + e);
|
||||
//Debug("Downlink connection error: " + e);
|
||||
SendChannelOpenFailure(socket.ws, p_res);
|
||||
});
|
||||
|
||||
chan.on('end', function () {
|
||||
|
||||
@@ -324,7 +324,8 @@ function CreateAPFClient(parent, args) {
|
||||
});
|
||||
|
||||
chan.on('error', function (e) {
|
||||
Debug("Downlink connection error: " + e);
|
||||
//Debug("Downlink connection error: " + e);
|
||||
SendChannelOpenFailure(socket.ws, p_res);
|
||||
});
|
||||
|
||||
chan.on('end', function () {
|
||||
|
||||
Reference in New Issue
Block a user