Live data from Hacker News

Ngrok: Secure tunnels to localhost

ngrok.com

41–50 of 195 posts

Re: Ngrok: Secure tunnels to localhost

#41
Literally the most terrifying service for any security-minded operations-focused person. Wonderful tool, interesting and useful in a dizzying array of aspects - but dear lord, I've had some real horrific moments when users told me that they installed it to allow access to their (private) repos for testing.

Re: Ngrok: Secure tunnels to localhost

#42
post #40

Earlier quoted context omitted.

please file a false positive bug report against windows defender. there's not much I can do about that if they're misclassifying ngrok

With due respect, shouldn't you be the one filing the report? I mean, that's a potential loss of quite a few clients there...

A report's good, but I care more about assurance of the integrity of the software I was running than having Windows Defender not quarantine my stuff. My build server has been remote-inaccessible all week when a simple 'no compromise of binaries that I know of, quite sure it's a false positive' would have sufficed.

Re: Ngrok: Secure tunnels to localhost

#43

Hiya there folks - I'm the creator of ngrok, happy to answer any questions

Happy paying customer :-)

Can you speak to security? I love using ngrok to test stuff in dev that requires SSL without having to setup up SSL. Of course that means it's running through your cert. Obviously one shouldn't run anything protected through your system, but what is your visibility into that traffic?

Re: Ngrok: Secure tunnels to localhost

#44
post #14

Earlier quoted context omitted.

> 2) Is there any costs associated with this. Do i ever need to pay See https://ngrok.com/product#pricing .

slightly less excited now :(

I'd rather pay a very small amount for something that does exactly what it says on the tin, every time, than some sketchy app that maybe works, or monetizes in weird ways by selling me or my traffic or whatever.

It's a professional tool with real use. That's worth money.

Re: Ngrok: Secure tunnels to localhost

#45
Nice tool, but without committing for annual billing (which I don't intend to do, not for the first year of usage) it's $10 a month. My internet connection, my mobile plan, my Photoshop & Lightroom subscription, a huge collection of music (Spotify), 3K~5K movies and TV shows (Netflix), etc., all cost approximately the same. I mean, sure, $120 a year is pocket change for somebody using Ngrok professionally, but that's still super disproportional, compared to, say, monster of a piece of software like Photoshop. I'd probably subscribe for $2, but otherwise, IMO, frp [0] on a $3 VPS [1] is better value, with the extra benefit of being FOSS and having zero limits.

[0] https://github.com/fatedier/frp

[1] https://www.scaleway.com/pricing

Re: Ngrok: Secure tunnels to localhost

#48

Nice tool, but without committing for annual billing (which I don't intend to do, not for the first year of usage) it's $10 a month. My internet connection, my mobile plan, my Photoshop & Lightroom subscription, a huge collection of music (Spotify), 3K~5K movies and TV shows (Netflix), etc., all cost approximately the same. I mean, sure, $120 a year is pocket change for somebody using Ngrok professionally, but that's…

I came here to mention Scaleway ARM servers which cost 3/mo with unlimited bandwidth. With reverse SSH tunneling, there's no need for a dedicated service.

Re: Ngrok: Secure tunnels to localhost

#50
post #29
post #9

Earlier quoted context omitted.

How does this compare to https://localtunnel.github.io/www/ ?

I stopped used ngrok because after opening the tunneled URL a few times it started saying "too many HTTP requests" on a Wordpress project. It is common for those to have many images/scripts/styles so throttling by number of requests makes ngrok unusable, now a happy localtunnel user.

ngrok has connection limits, but not request limits. Perhaps your server wasn't using keep-alive connections? It's mentioned in the pricing FAQ (scroll down a bit from this link):

https://ngrok.com/product#pricing

Post reply on HN