Ngrok errors '502 bad gateway'

前端 未结 15 1502
谎友^
谎友^ 2020-12-15 03:16

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,

15条回答
  •  [愿得一人]
    2020-12-15 03:17

    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.

提交回复
热议问题