From 29ad115123876ec21378780b186c9f8bc401dea7 Mon Sep 17 00:00:00 2001 From: childish-sambino Date: Tue, 10 Sep 2019 14:16:49 -0500 Subject: [PATCH] Switch ngrok tunnels to use HTTPS endpoints (#118) --- src/commands/phone-numbers/update.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/phone-numbers/update.js b/src/commands/phone-numbers/update.js index e7927cee4..8c1f8228a 100644 --- a/src/commands/phone-numbers/update.js +++ b/src/commands/phone-numbers/update.js @@ -74,7 +74,7 @@ class NumberUpdate extends TwilioClientCommand { proto: 'http', addr: urlPort, host_header: url.host, - bind_tls: false, // https not needed + bind_tls: true, // https only onLogEvent: message => this.logger.debug('ngrok: ' + message) /* eslint-enable camelcase */ };