Giter Club home page Giter Club logo

Comments (2)

reneleonhardt avatar reneleonhardt commented on June 17, 2024

Did you double-check that your configuration has been accepted, maybe by disabling a setting?
https://stackoverflow.com/questions/52418180/disable-tls-1-0-tls-1-1-in-apache-kafka
https://docs.confluent.io/platform/current/kafka/authentication_ssl.html

Did you configure related settings?

I would allow only those cipher suites, which are recommended for TLSv1.2 and 1.3 (unfortunately I could only find a German list, but you can just copy the names to ssl.cipher.suites):
https://www.bsi.bund.de/SharedDocs/Downloads/DE/BSI/Publikationen/TechnischeRichtlinien/TR02102/BSI-TR-02102-2.pdf

from kafdrop.

abhishek852008 avatar abhishek852008 commented on June 17, 2024

Yes, I had tried all those but nothing works.
I suspect kafdrop jar is not reading and applying kafka.properties file fully.
I had to provide following JVM option myself to jar to make it work-

-Dserver.ssl.enabled-protocols=TLSv1.2,TLSv1.3

I had tried below as well, but actually not needed-
-Djdk.tls.disabledAlgorithms=SSL,SSLv2,SSLv3,TLSv1,TLSv1.1

Thanks! Closing it.

from kafdrop.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.