I request an ocsp reponse used for ocsp stapeling by nginx
I get this ocsp answer including this:
Response verify OK
This Update: Jan 29 23:00:00 2016 GMT
Next Update: Feb 5 23:00:00 2016 GMT
the ocsp response is saved to a file and that file is referenced by nginx:
ssl_stapling_file /path/to/ocsp.response;
nginx is stopped and started again without errors.
firefix44 do not display content but
Ein Fehler ist während einer Verbindung mit www.example.org aufgetreten.
Die OCSP-Antwort enthält keinen Status für das zu prüfende Zertifikat.
(Fehlercode: mozilla_pkix_error_ocsp_response_for_cert_missing)
If I remove the ssl_stapling_file directive from nginx and restart the browser can display content.