[
https://issues.apache.org/jira/browse/ZOOKEEPER-4333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Damien Diederen resolved ZOOKEEPER-4333.
----------------------------------------
Resolution: Fixed
Issue resolved by pull request 1724
[https://github.com/apache/zookeeper/pull/1724]
> QuorumSSLTest - testOCSP fails on JDK17
> ---------------------------------------
>
> Key: ZOOKEEPER-4333
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4333
> Project: ZooKeeper
> Issue Type: Test
> Components: security, tests
> Affects Versions: 3.6.2
> Reporter: Enrico Olivelli
> Assignee: Enrico Olivelli
> Priority: Major
> Labels: pull-request-available
> Fix For: 3.8.0, 3.7.1
>
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> 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
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)