You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@zookeeper.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/07/10 13:48:00 UTC

[jira] [Updated] (ZOOKEEPER-4333) QuorumSSLTest - testOCSP fails on JDK17

     [ https://issues.apache.org/jira/browse/ZOOKEEPER-4333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated ZOOKEEPER-4333:
--------------------------------------
    Labels: pull-request-available  (was: )

> 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: 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)