Add known issue about OCSP GET redirection responses (#19523)

This commit is contained in:
Steven Clark 2023-03-17 14:07:04 -04:00 committed by GitHub
parent f96851d699
commit 6fbf3da148
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 16 additions and 1 deletions

View File

@ -182,3 +182,5 @@ As a workaround, OCSP POST requests can be used which are unaffected.
Affects version 1.12.3. A fix will be released in 1.12.4.
@include 'tokenization-rotation-persistence.mdx'
@include 'ocsp-redirect.mdx'

View File

@ -78,4 +78,6 @@ are unaffected.
## Known Issues
@include 'tokenization-rotation-persistence.mdx'
@include 'tokenization-rotation-persistence.mdx'
@include 'ocsp-redirect.mdx'

View File

@ -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