twilio-labs / NgrokExtensions

Visual Studio integration with ngrok
MIT License
48 stars 26 forks source link

Support https #37

Closed dprothero closed 4 years ago

dprothero commented 4 years ago

Since new project templates enable https by default on ASP.NET projects, we need to support https on the local development server.

Supporting https isn't available in all versions of ngrok, so we also need to ensure that we are running a version that supports it.

Test VSIX