web-tunnel / lite-http-tunnel

Web tunnel tool to expose local HTTP server to internet
GNU General Public License v3.0
96 stars 30 forks source link

Shows Auth failed as server response error, status: 404, lite-http-tunnel error. How to solve? #11

Closed Learnr4Namish closed 1 year ago

Learnr4Namish commented 1 year ago

Unable to get JWT token. How to solve this issue?

Learnr4Namish commented 1 year ago

Used npx lite-http-tunnel to get JWT token. But the server returns this error.

embbnux commented 1 year ago

hi @Learnr4Namish Do you set JWT_GENERATOR_USERNAME and JWT_GENERATOR_PASSWORD environment variables in tunnel server. And which version of tunnel server do you deploy?

Learnr4Namish commented 1 year ago

Yes I have set and It is working fine now! Thank you!

embbnux commented 1 year ago

you are welcome!