Skip to content
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

httpd: OCSP stapling is not used #133

Closed
horia opened this issue Apr 17, 2018 · 1 comment
Closed

httpd: OCSP stapling is not used #133

horia opened this issue Apr 17, 2018 · 1 comment

Comments

@horia
Copy link
Contributor

horia commented Apr 17, 2018

httpd bug in OpenBSD 6.3

  • Verify OCSP response file:
ocsptool -e --no-nonce \
            --load-signer /etc/ssl/acme/letsencryptauthorityx3.pem \
            --load-response /etc/ssl/acme/example.com.ocsp.resp.der
Verifying OCSP Response: Success.
  • Verify httpd OCSP response:
echo \
| openssl s_client -connect example.com:443 -tlsextdebug -status \
| grep OCSP
OCSP response: no response sent
@horia
Copy link
Contributor Author

horia commented Apr 22, 2018

Fix: 002_libtls

@horia horia closed this as completed Apr 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant