Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove OCSP warnings #327

Open
georgmu opened this issue Jan 6, 2025 · 5 comments
Open

Remove OCSP warnings #327

georgmu opened this issue Jan 6, 2025 · 5 comments
Labels
discussion Let's talk about it

Comments

@georgmu
Copy link
Contributor

georgmu commented Jan 6, 2025

What would you like to have changed?

Let's Encrypt will stop supporting OCSP ( https://letsencrypt.org/2024/12/05/ending-ocsp/ ), so there should be an option to disable the warnings or the warnings should be completely removed or downgraded to debug.

@georgmu georgmu added the feature request Request for new feature or functionality label Jan 6, 2025
@mholt mholt added discussion Let's talk about it and removed feature request Request for new feature or functionality labels Jan 6, 2025
@mholt
Copy link
Member

mholt commented Jan 6, 2025

Well, there are already public certs that don't support OCSP. That is the point of the warning: we can't automatically replace a certificate that has been revoked if it doesn't have OCSP. So it is beneficial to warn the user when that is the case.

@georgmu
Copy link
Contributor Author

georgmu commented Jan 6, 2025

CRL URLs?

Maybe only warn if there is neither a OCSP URL nor a CRL URL?

@mholt
Copy link
Member

mholt commented Jan 6, 2025

Caddy doesn't use CRLs though. (It's infeasible AFAIK.) So there's no benefit to warning, since it's not an expected feature or function of Caddy.

@georgmu
Copy link
Contributor Author

georgmu commented Jan 6, 2025

Ok. But then in 3 months, there will be warnings when using Let's Encrypt all over since OCSP is no longer supported.

That's why I think it would be a good idea to allow to disable the unavoidable warnings.

@mholt
Copy link
Member

mholt commented Jan 6, 2025

I'll give this some thought. I don't want to induce "warning fatigue", but I also want users to know when they use a CA that does not support a critical privacy feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion Let's talk about it
Projects
None yet
Development

No branches or pull requests

2 participants