I'm attemtping to use nGrok to make a .net twillio demo app accessable on my localhost. I'm currently getting the error ngrok gateway error The server returned an invalid or incomplete HTTP response.
I've tried implementing solutions from here but without luck. My local app is using ssl and I'm running ngrok with the following command: ngrok http https://localhost:9932 --host-header="https://localhost:9932"
.
I've also made an firewall exception for the ngrok package in Chocolatey`s (package manager) app data directory.