Skip to content

Commit

Permalink
Switch ngrok tunnels to use HTTPS endpoints (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
childish-sambino authored Sep 10, 2019
1 parent ae33899 commit 29ad115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/phone-numbers/update.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
};
Expand Down

0 comments on commit 29ad115

Please sign in to comment.