-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[nginx] Support OCSP Stapling #4758
Comments
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/remove-lifecycle stale Being worked on in #4864 |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/remove-lifecycle rotten Apparently I scuffed removing the label last time, still appears to have ongoing work (#5133) |
Closing. Fixed in #5133 |
Is this a request for help?: No
What keywords did you search in NGINX Ingress controller issues before filing this one?: OCSP stapling, ssl_stapling
Is this a BUG REPORT or FEATURE REQUEST?: FEATURE REQUEST
As far as I can tell ever since #4356 it is impossible to enable OCSP stapling because the certificates are handled in lua, and the current nginx-ingress lua implementation doesn't support OCSP. Even attempting to directly enable OCSP via putting
ssl_stapling on;
in a server snippet does not enable it.Would it be possible to once again allow OCSP stapling with nginx-ingress? I don't have much experience with OpenResty but it seems like it can be done in lua (https://github.com/openresty/lua-resty-core/blob/master/lib/ngx/ocsp.md).
The text was updated successfully, but these errors were encountered: