Quite new to using any sort of Web App stuff, and I\'ve been trying to slowly build a Facebook Messenger Bot. When I try to use ngrok I can\'t visit the address I\'m given,
For me, switching the protocol from http
to tls
worked since I am forwarding only a secure connection. I didn't need to rewrite the header.
Just for context, I am forwarding a connection to a running docker container on Ubuntu 16.
PS: You still access the address using https in the browser, not tls.