Skip to content

Commit 98f4d1f

Browse files
Add known issue about OCSP GET redirection responses (#19523)
1 parent 00150a5 commit 98f4d1f

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

website/content/docs/upgrading/upgrade-to-1.12.x.mdx

+2
Original file line numberDiff line numberDiff line change
@@ -182,3 +182,5 @@ As a workaround, OCSP POST requests can be used which are unaffected.
182182
Affects version 1.12.3. A fix will be released in 1.12.4.
183183

184184
@include 'tokenization-rotation-persistence.mdx'
185+
186+
@include 'ocsp-redirect.mdx'

website/content/docs/upgrading/upgrade-to-1.13.x.mdx

+3-1
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,6 @@ are unaffected.
7878

7979
## Known Issues
8080

81-
@include 'tokenization-rotation-persistence.mdx'
81+
@include 'tokenization-rotation-persistence.mdx'
82+
83+
@include 'ocsp-redirect.mdx'
+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
### PKI OCSP GET requests can return HTTP redirect responses
2+
3+
If a base64 encoded OCSP request contains consecutive '/' characters, the GET request
4+
will return a 301 permanent redirect response. If the redirection is followed, the
5+
request will not decode as it will not be a properly base64 encoded request.
6+
7+
As a workaround, OCSP POST requests can be used which are unaffected.
8+
9+
#### Impacted Versions
10+
11+
Affects all current versions of 1.12.x and 1.13.x

0 commit comments

Comments
 (0)