-
Notifications
You must be signed in to change notification settings - Fork 136
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
OCSP Stapling #43
Comments
+1. |
Any chance? |
I don't know how hard is to implement this. |
Hello, |
Sorry, I confess I did not look anything about it. I will try to find time to see it. |
I started some exploratory coding in https://github.com/Zash/luasec/tree/ocsp that I believe manages a partial client-side OCSP check. No idea how to do the server-side parts yet, or how to check the cert for the must-staple flag. |
Its source might be a useful reference: https://github.com/openbsd/src/tree/master/usr.sbin/ocspcheck It's also possible to follow a similar design, where the OCSP response is read from the file and stamped into responses, without having to re-implement fetching them. |
Please implement OCSP Stapling.
This is especially useful to 1. reduce load of OCSP servers and 2. prevent privacy leaks of who is connecting to your host towards the OCSP server.
The text was updated successfully, but these errors were encountered: