You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to use OCSP stapling, each vHost would have to specify the ssl_trusted_certificate, which is a PEM file containing only the certificate chain (intermediate certificate(s)).
Because Workflow stores the intermediates bundled with the certificate, this would mean parsing the certificate bundle to extract the intermediate certs.
In addition to that, the router needs a proper resolver set up, to be able to resolve the hostname of the OCSP server.
We could grab the resolver from the /etc/resolv.conf during startup:
From @helgi on September 22, 2016 14:43
Performance and more
https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_stapling
Copied from original issue: deis/router#257
The text was updated successfully, but these errors were encountered: