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 022652f9ac
commit 3572caf2d7
6 changed files with 9 additions and 8 deletions

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