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
Right now in the boulder test config, the CA generates OCSP URL = "http://localhost:4002/ocsp", but the responder has "path": "/". We should fix these to match. Right now we should probably fix the CA's URL to "http://localhost:4002/", because cloudflare/cfssl#387 prevents us from making the "/ocsp" path work correctly.
We should also add integration tests for OCSP Stapling using both Apache and Nginx, which is how I found this bug. https://github.com/jsha/ocsp-stapling-examples can provide a good starting point.
The text was updated successfully, but these errors were encountered:
Right now in the boulder test config, the CA generates OCSP URL = "http://localhost:4002/ocsp", but the responder has
"path": "/"
. We should fix these to match. Right now we should probably fix the CA's URL to "http://localhost:4002/", because cloudflare/cfssl#387 prevents us from making the "/ocsp" path work correctly.We should also add integration tests for OCSP Stapling using both Apache and Nginx, which is how I found this bug. https://github.com/jsha/ocsp-stapling-examples can provide a good starting point.
The text was updated successfully, but these errors were encountered: