-
Notifications
You must be signed in to change notification settings - Fork 265
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 broken in Nginx with v2.9.1 #532
Comments
It does work in 2.9.2 with apache so might this be nginx that needs a patch? I don't use nginx so I am not able to test it against my build of LibreSSL.
|
Here is another report. LibreSSL was forked from OpenSSL 1.0.1 and |
Same issue.
from http://mailman.nginx.org/pipermail/nginx-devel/2019-May/012212.html |
Bug persists on |
It's unfortunate that LibreSSL changed its behavior here :( |
I confirm the bug is also present on OpenBSD, since 6.5. |
The behavior of |
When building Nginx 1.15.x, 1.16.0 or 1.17.0 with LibreSSL v2.9.1, OCSP stapling with Let's Encrypt (and others?) does not work anymore because the signer certificate could not be found. LibreSSL v2.9.0 is fine.
The nginx error message is:
OCSP_basic_verify() failed (SSL: error:27FFF076:OCSP routines:CRYPTO_internal:signer certificate not found) while requesting certificate status, responder: ocsp.int-x3.letsencrypt.org, peer: 95.101.72.151:80, certificate: "/path/to/fullchain.pem"
The output of
openssl s_client -status [...]
containsOCSP response: no response sent
.related Nginx config
p.s.
OCSP_basic_verify
is called hereThe text was updated successfully, but these errors were encountered: