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

Strip leading / from OCSP requests #2774

Closed
rolandshoemaker opened this issue May 19, 2017 · 1 comment
Closed

Strip leading / from OCSP requests #2774

rolandshoemaker opened this issue May 19, 2017 · 1 comment
Labels

Comments

@rolandshoemaker
Copy link
Contributor

In the LE certificate profile we have a trailing / in our OCSP AIA extension, this causes some UAs to blindly contact {ocsp-uri}/{ocsp-request} when generating their GET URL which generates technically malformed requests, e.g. example//request, which ocsp-responder will not properly parse.

Both the previous use of http.DefaultServeMux and the default slash collapsing behavior of nginx hid this from us in the past but after #2748 we started throwing base64 decoding issues since the requests contained leading slashes.

@rolandshoemaker
Copy link
Contributor Author

Closed by #2778.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant