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 */ };