@mike_wooskey@lemmy.thewooskeys.com
Mike Wooskey
member since 4 Jun 2024 01:30
comments
- on Issue #64 that was blocking DNS-PERSIST-01 has been resolved in c/selfhosted@lemmy.world · 1d ago
-
on Can a "Unknow Your Customer" (UYC) architecture actually be implemented at scale? in c/privacy@lemmy.ml · 5 Sep 2026
Is a UYC architecture viable at scale, or is the industry bound by too much engineering inertia…
I think KYC has nothing to do with engineering “inertia”, and everything to do with government “inertia”. And using the “inertia” metaphor: governments don’t get smaller, they only grow (like cancer), and the more “mass” they have, the harder it is to change their "inertia’.
-
on Anybody here does mTLS? in c/selfhosted@lemmy.world · 16 Aug 2026
MTLS is great protection, but the use case must support it. For example, if you want your app to support registration for new accounts or if you have a lot of people you want to have access, that might make mTLS unwieldy to manage.
I host apps behind Traefik reverse proxy, using the d.rymcg.tech framework. It make it easy to protect your apps behind HTTP basic auth, Oauth2, or mTLS(or any combination).
Excellent summary of the situation. Thank you.