Issue with TLS-ALPN-01 Validation Method
community.letsencrypt.org
Issue with TLS-ALPN-01 Validation Method
1–10 of 92 posts
Re: Issue with TLS-ALPN-01 Validation Method
#2Re: Issue with TLS-ALPN-01 Validation Method
#3My traefik setup is affected, should not be to difficult to refresh. It's automated anyway
Re: Issue with TLS-ALPN-01 Validation Method
#4Looking at a few docs, probably not many. In any case there isn't (?) an in-band way to tell the clients that the cert is going to be revoked before it is revoked, so there would be some disruption.
Re: Issue with TLS-ALPN-01 Validation Method
#5Wonder how many ACME deployments check for revocation, rather than just being on an infrequent cron job? What proportion of affected certificates will be automatically renewed with no effort? Looking at a few docs, probably not many. In any case there isn't (?) an in-band way to tell the clients that the cert is going to be revoked before it is revoked, so there would be some disruption.
Re: Issue with TLS-ALPN-01 Validation Method
#6Wonder how many ACME deployments check for revocation, rather than just being on an infrequent cron job? What proportion of affected certificates will be automatically renewed with no effort? Looking at a few docs, probably not many. In any case there isn't (?) an in-band way to tell the clients that the cert is going to be revoked before it is revoked, so there would be some disruption.
Re: Issue with TLS-ALPN-01 Validation Method
#7[1] https://letsencrypt.org/docs/challenge-types/#tls-sni-01
Re: Issue with TLS-ALPN-01 Validation Method
#8My traefik setup is affected, should not be to difficult to refresh. It's automated anyway
Re: Issue with TLS-ALPN-01 Validation Method
#9Re: Issue with TLS-ALPN-01 Validation Method
#10Wonder how many ACME deployments check for revocation, rather than just being on an infrequent cron job? What proportion of affected certificates will be automatically renewed with no effort? Looking at a few docs, probably not many. In any case there isn't (?) an in-band way to tell the clients that the cert is going to be revoked before it is revoked, so there would be some disruption.
All certificate revocation-checking schemes "fail open" and proceed happily on their way if the MITM blocks their communications with the revocation lists.
If you somehow don't have to worry about MITM you don't need anything remotely close to the complexity of TLS.
Certificate revocation is mostly security theater.