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

Backport of Add known issue about OCSP GET redirection responses into release/1.13.x #19613

Conversation

hc-github-team-secure-vault-core
Copy link
Collaborator

Backport

This PR is auto-generated from #19523 to be assessed for backporting due to the inclusion of the label backport/1.13.x.

The below text is copied from the body of the original PR.


Write up the discovered issue of OCSP GET requests that contain multiple '/' characters within the encoded request, being responded with a 301 HTTP Permanent redirect status code instead of a valid OCSP response.

The workaround for now is to submit the OCSP request using HTTP POST instead of GET which does not suffer from Go's HTTP mux getting in the way and returning the redirection response to the end-user.


Overview of commits

@hc-github-team-secure-vault-core hc-github-team-secure-vault-core force-pushed the backport/docs/stevendpclark/ocsp-note/strongly-known-dove branch from a584e67 to b7fdad1 Compare March 17, 2023 18:07
@hc-github-team-secure-vault-core hc-github-team-secure-vault-core force-pushed the backport/docs/stevendpclark/ocsp-note/strongly-known-dove branch from a619a91 to 7e46d44 Compare March 17, 2023 18:07
@stevendpclark stevendpclark enabled auto-merge (squash) March 17, 2023 18:10
@stevendpclark stevendpclark self-assigned this Mar 17, 2023
@stevendpclark stevendpclark merged commit f233eed into release/1.13.x Mar 17, 2023
@stevendpclark stevendpclark deleted the backport/docs/stevendpclark/ocsp-note/strongly-known-dove branch March 17, 2023 19:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants