-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Closed as not planned
Labels
area: nginxarea: ocspneeds-updatepriority: significantIssues with higher than average priority that do not need to be in the current milestone.Issues with higher than average priority that do not need to be in the current milestone.
Description
In #950, I add OCSP stapling in Nginx using its own fetcher. However, this is best-effort and fails to staple a response on the first request after startup.
Instead, we should use ssl_stapling_file, which allows us to prefetch an OCSP response for each certificate and store it in a file to be loaded by Nginx. This will increase reliability, which is very important since we would like to eventually be able to implement OCSP Must Staple.
The cron job that fetches the OCSP response should run about once an hour. Even though OCSP responses are currently only regenerated every three days, this ensures that if there is any downtime or slop, the server gets an updated version very soon after it is available.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area: nginxarea: ocspneeds-updatepriority: significantIssues with higher than average priority that do not need to be in the current milestone.Issues with higher than average priority that do not need to be in the current milestone.