Ngrok Connection Issue X509 error Reconnecting

Viewed 1365

While Launching Ngrok in cmd prompt, i am getting this.. Is there any solution. I think it is something related to SSL Certificate. reconnecting (x509: certificate signed by unknown authority) Please do help.Error Image

1 Answers

You have to configure ngrok to redirect to http://localhost:3978 that is, the http endpoint (not the https)

Related