-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Steven Clark <steven.clark@hashicorp.com>
- Loading branch information
1 parent
a584e67
commit f233eed
Showing
3 changed files
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
### PKI OCSP GET requests can return HTTP redirect responses | ||
|
||
If a base64 encoded OCSP request contains consecutive '/' characters, the GET request | ||
will return a 301 permanent redirect response. If the redirection is followed, the | ||
request will not decode as it will not be a properly base64 encoded request. | ||
|
||
As a workaround, OCSP POST requests can be used which are unaffected. | ||
|
||
#### Impacted Versions | ||
|
||
Affects all current versions of 1.12.x and 1.13.x |