localtunnel: `lt` command hangs
Hi guys, localtunnel (v2.0.1) has been working fine for me for ages but this morning i’ve tried to open a tunnel and it just hangs:
lt -p 8080
Tried running on a different machine but same issue, also other colleagues have the same problem. There’s no log or error output alluding to the problem - could it be a server issue?
Edit: fix here
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Reactions: 1
- Comments: 16
I’ve got a fix, it works if you explicitly tell the CLI to use
loca.lt
:What changed server-side that stopped
loca.lt
being used as the default tunnel server? Definitly wasn’t an npm update.Try
--host http://loca.lt
option@maganius can you please try again?
sigh someone from brazil is hammering the server with thousands of new subdomain requests at the moment. I guess I’ll be implementing a rate limiter + request delay middleware for when connection endpoint at some point this week.
Hey everyone! It should be back up and running. There was a problem with certbot not auto-renewing the “localtunnel.me” ssl cert but it worked when I triggered it manually. ‘loca.lt’ certs worked just fine so you could always just continue using the
--host https://loca.lt
option like others said.loca.lt
is just an alias forlocaltunnel.me
and they’re both hosted by the same server 😃Working for me again now without needing the
host
option. Many thanks @TheBoroer for addressing the issue and in general for hosting the service!