mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
AMT Manager defaults to TLS on all connection types.
This commit is contained in:
parent
56c4346ebe
commit
964857d574
6 changed files with 9 additions and 8 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue