Details
-
Test
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.6.2
Description
On JDK17 (early access) QuorumSSLTest#tetOCSP fails because with JDK17 the TLS client is sending a OCSP request as GET on the URI.
Previously the OCSP request was send inside the BODY of the HTTP request.
In order to fix the test we have to fix our mock HTTP OCSP server (that is part of the test suite, it is not zookeeper server code) in order to handle this case.
For reference:
https://it.wikipedia.org/wiki/Online_Certificate_Status_Protocol
Attachments
Issue Links
- Blocked
-
ZOOKEEPER-4628 CVE-2022-42003 CVE-2022-42004 HIGH: upgrade jackson-databind-2.13.3.jar to 2.13.4.1
- Resolved
- links to