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

OCSP URLs in dev currently misconfigured #971

Closed
jsha opened this issue Oct 12, 2015 · 1 comment
Closed

OCSP URLs in dev currently misconfigured #971

jsha opened this issue Oct 12, 2015 · 1 comment

Comments

@jsha
Copy link
Contributor

jsha commented Oct 12, 2015

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.

@jsha jsha added bug labels Oct 12, 2015
jsha added a commit that referenced this issue Oct 12, 2015
@jsha
Copy link
Contributor Author

jsha commented Jun 2, 2016

Fixed.

@jsha jsha closed this as completed Jun 2, 2016
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