Fixed many TLS-SNI problems, updated agents

This commit is contained in:
Ylian Saint-Hilaire
2018-11-30 16:42:58 -08:00
parent d30b5f348e
commit 7f76495d72
23 changed files with 103 additions and 36 deletions

View File

@@ -413,7 +413,7 @@ function createMeshCore(agent) {
if (xurl != null) {
var woptions = http.parseUri(xurl);
woptions.rejectUnauthorized = 0;
//sendConsoleText(JSON.stringify(woptions));
sendConsoleText(JSON.stringify(woptions));
var tunnel = http.request(woptions);
tunnel.upgrade = onTunnelUpgrade;
tunnel.onerror = function (e) { sendConsoleText('ERROR: ' + JSON.stringify(e)); }