-
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
OCSP Stapling Support Not Working #4651
Comments
i was able to fix this issue by adding this to my kubernetes ingress manifest
here is a sample ingress manifest with the option enabled:
BUTmy question now is: is this configuration necessary? the docs arent very clear on how to enable OCSP stapling. |
Closing. This is expected. The SSL certificates are handled by lua, where there is no support for OCSP. |
This works because your certificate chain is complete. |
NGINX Ingress controller version:
quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.25.0
Kubernetes version (use
kubectl version
):Environment:
Custom/Baremetal
Kernel (e.g.
uname -a
):Linux node-5 4.4.0-150-generic #176-Ubuntu SMP Wed May 29 18:56:26 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Install tools:
Kubespray
Others:
Running Cert-Manager from Jetstack, version:
quay.io/jetstack/cert-manager-controller:v0.10.0
What happened:
Enabled arguments:
--enable-dynamic-certificates=false
--enable-ssl-chain-completion=true
Full deployment here:
https://gist.github.com/cbluth/576e4be40abccd4f47fe2cebf151b82b#file-nginx-ingress-deployment-yaml
The OCSP response is not present, see here:
What you expected to happen:
I expected an OCSP queries to respond with a proper OCSP response
How to reproduce it (as minimally and precisely as possible):
helm install nginx-ingress
Anything else we need to know:
unsure, please ask
The text was updated successfully, but these errors were encountered: