AMT Manager defaults to TLS on all connection types.

This commit is contained in:
Ylian Saint-Hilaire
2020-10-22 21:46:32 -07:00
parent 56c4346ebe
commit 964857d574
6 changed files with 9 additions and 8 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -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 () {

View File

@@ -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 () {