57 points by Aissen 15 hours ago | 57 comments
CaptainFever 10 hours ago
nashashmi 9 hours ago
Aissen 9 hours ago
arccy 9 hours ago
blueflow 10 hours ago
WorldPeas 10 hours ago
DocTomoe 9 hours ago
The truth is - the whole infrastructure depends on trust. And of one vendor of a major browser decides to no longer trust a CA, for whatever reason, the CA becomes essentially worthless overnight.
Yes, people theoretically can install their own Root certificates. No, 99,99% of internet users won't.
WorldPeas 9 hours ago
DocTomoe 6 hours ago
In the end, the whole trust-based encryption of http concept is inheriently faulty and abusable.
Doesn't mean there is not the problem of 'trust' not being enforceable.
aaomidi 7 hours ago
Also, root programs have their own requirements, and then the general baseline requirements discussed in the CA/B forum.
The industry self-regulates pretty darn well.
jaoane 10 hours ago
toomuchtodo 10 hours ago
https://www.abetterinternet.org/about/
> ISRG is a California public benefit corporation, and is recognized by the IRS as a tax-exempt organization under Section 501(c)(3) of the Internal Revenue Code.
bityard 9 hours ago
toomuchtodo 9 hours ago
rnhmjoj 10 hours ago
Do most SMTP server require, or even use, certs issued by a CA?
[1]: https://letsencrypt.org/2025/05/14/ending-tls-client-authent...
mjl- 9 hours ago
Only with MTA-STS enabled for the server will an SMTP client (that's delivering to an SMTP server) verify the TLS certificate against PKI (with DANE, it's verified against "self-signed" or CA certs in DNS). (I'm the developer of a mail server that sets up TLS for SMTP with MTA-STS and DANE using Let's Encrypt certificates by default).
I have never heard of any SMTP server doing TLS client certificate authentication. I'm pretty sure there's no standard for that, so it can't be a requirement for all incoming email. It could be a requirement between parties that have made agreements about that explicitly. And theoretically, some mail servers could use it as a signal of authenticity of the sender. But email has other, standardized mechanisms for that. And I suspect you might see delivery failures if you start requesting TLS client cert authentication from all SMTP clients.
btown 9 hours ago
See, for instance: https://learn.microsoft.com/en-us/sharepoint/administration/...
Is it possible that orgs have been using Let's Encrypt to issue client certificates for devices on their network to be able to send internal emails over SMTP - to the devices of the old-school partner-level employees who won't use webmail, and to various physical devices on premises? Possibly.
The interesting thing to me is that LE wouldn't know whether this is happening, because they had been issuing combo server+client certificates with the "classic" profile, and wouldn't know which are being used for which purpose. And sure, it makes sense to separate out "tlsserver" and "tlsclient" - but why also add the punitive step of having tlsclient be a new but temporary thing that will go away in May 2026? I don't see any technical reason why they can't support tlsclient, on the new dedicated Google PKI for it, into the future.
phasmantistes 9 hours ago
mjl- 9 hours ago
In my mail server, accounts can use TLS client authentication with submission and imap. But only the public key in the certificate is used, to identify the account. No verification of name or before/after time. You just save the public key with an account, or remove it when you no longer want to allow it. No external CA to trust, or internal CA to run, and no automatic expiration of your connectivity.
As for LE: I think they want to keep things simple. AFAIK they are a relatively small organization. Every task they take on weighs on them. They also don't sign certificates for use with S/MIME.
rnhmjoj 9 hours ago
> I suspect you might see delivery failures if you start requesting TLS client cert authentication from all SMTP clients.
Thanks, this aligns with my understanding of things. So, this issue is probably a big nothingburger.
KennyBlanken 8 hours ago
This is laughably and naively optimistic.
scandox 10 hours ago
gruez 10 hours ago
Which systems are these? Are they public email providers? Are they enterprises?
scandox 10 hours ago
So once you're in the business of providing any kind of general email service you eventually have to deal with it.
Edit: Porsche corporate
TheNewsIsHere 3 hours ago
jamespo 9 hours ago
arccy 9 hours ago
scandox 9 hours ago
andrewaylett 10 hours ago