top | item 42692272

(no title)

satertek | 1 year ago

That warning applies to anything you run locally. And going further, in this day and age, I would never put up any home service without it being behind Cloudflare Access or some form of wireguard tunnel.

discuss

order

Timber-6539|1 year ago

Just put up basic auth infront of your services and be done with it.

KronisLV|1 year ago

I've done that in the past, even for securing the admin pages of some software (there was once an issue where the admin page auth could be bypassed, this essentially adds another layer). With TLS it's okay for getting something up and running quickly.

Of course, for the things that matter a bit more, you can also run your own CA and do mTLS, even without any of the other fancy cloud services.

baq|1 year ago

the fact that we have to keep reinventing kerberos all the time because it doesn't speak http is starting to legitimately annoy me.

mschuster91|1 year ago

Good luck when the TCP or SSL stack has an issue. These bugs are rare but they do exist and you're getting fucked royally if your entire perimeter defense was a basic auth prompt.

Windows and Linux have both had their fair share of network stack bugs, OpenSSL had Heartbleed and a few other bugs, and hell you might even run into bugs in Apache or whatever other webserver you are using.