inconshreveable / ngrok

Unified ingress for developers

Home Page:https://ngrok.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ngrok status reconnecting issue failed to send authentication request: read tcp

changeyoucant opened this issue · comments

when i run ngrok ngrok http 5173 , end with error.
reconnecting (failed to send authentication request: read tcp [2408:8221:811:d1c0:cd89:b675:d021:e3d8]:50980;
image

when i run ngrok diagnose
image
Does anyone know it? i try ngrok http port --host-header="localhost:port" and ngrok http port --region=auto.
doesnt work

You can use docker to host ngrok.
docker run -it -e NGROK_AUTHTOKEN=<Token> ngrok/ngrok:latest http host.docker.internal:80
It works for me!

Ref: https://ngrok.com/docs/using-ngrok-with/docker

I am also having same issue

Is there a solution?