You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Ismael Juma (Jira)" <ji...@apache.org> on 2021/06/27 21:17:00 UTC

[jira] [Updated] (KAFKA-12790) Remove SslTransportLayerTest.testUnsupportedTlsVersion

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

Ismael Juma updated KAFKA-12790:
--------------------------------
    Description: Support for TLS 1.0/1.1 was disabled in recent versions of Java 8/11 and all versions of 16 causing this test to fail. It is possible to make it work by updating the relevant security property, but it has to be done before the affected classes are loaded and it can not be disabled after that. Given the low value of the test, we remove it.  (was: Support for TLS 1.0 and 1.1 was disabled in recent versions of Java 8/11
and all versions of 16. Re-enable it in this test so that we can verify
the server behavior when it establishes connections with such TLS
versions.)

> Remove SslTransportLayerTest.testUnsupportedTlsVersion
> ------------------------------------------------------
>
>                 Key: KAFKA-12790
>                 URL: https://issues.apache.org/jira/browse/KAFKA-12790
>             Project: Kafka
>          Issue Type: Sub-task
>            Reporter: Ismael Juma
>            Assignee: Ismael Juma
>            Priority: Major
>             Fix For: 3.0.0
>
>
> Support for TLS 1.0/1.1 was disabled in recent versions of Java 8/11 and all versions of 16 causing this test to fail. It is possible to make it work by updating the relevant security property, but it has to be done before the affected classes are loaded and it can not be disabled after that. Given the low value of the test, we remove it.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)