sozu
sozu copied to clipboard
Support OCSP stapling
certificate revocation information can be obtained through the OCSP protocol, but this is typically dangerous for production deployments if it blocks the TLS handshake. Now it's possible to predownload the revocation information and store it in the server, and serve it with he handshake.
we can use the futures executor in the main process to download OCSP info for each certificate, then dispatch that to the workers