ngrok-skip-browser-warning icon indicating copy to clipboard operation
ngrok-skip-browser-warning copied to clipboard

localhost.direct.OP.crt incorrect password

Open HGJsgithub opened this issue 8 months ago • 2 comments

When I run the sample code, the following message appears:

Image

What should I do?

HGJsgithub avatar May 09 '25 17:05 HGJsgithub

Hi @HGJsgithub,

Apologies for the delayed reply.

It looks like the maintainers of localhost.direct have changed their terms, so the certificate is no longer free (right, @Upinel?).

A quick workaround is to skip HTTPS for now (note PROXY_USE_SSL=false):

docker run -d --rm \
  -p 8080:80 \
  -e NGROK_HOST=https://your-ngrok-domain.ngrok.io \
  -e PROXY_USE_SSL=false \
  igops/ngrok-skip-browser-warning:latest

If you prefer, you can also provision your own certificates and mount them using the env variables.

igops avatar May 13 '25 10:05 igops

ok,thank you for your reply.I will try.

HGJsgithub avatar May 19 '25 15:05 HGJsgithub