Uploaded image for project: 'Kafka'
  1. Kafka
  2. KAFKA-9735

Kafka Connect REST endpoint doesn't consider keystore/truststore

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 2.4.0
    • None
    • connect
    • None
    • Windows 10 Pro x64

    Description

      Trying to secure the Kafka Connect REST endpoint with SSL fails (no cipher suites in common):

      listeners.https.ssl.client.auth=required
      listeners.https.ssl.truststore.location=/progra~1/kafka_2.12-2.4.0/config/kafka.truststore.jks
      listeners.https.ssl.truststore.password=xxx
      listeners.https.ssl.keystore.location=/progra~1/kafka_2.12-2.4.0/config/kafka01.keystore.jks
      listeners.https.ssl.keystore.password=xxx
      listeners.https.ssl.key.password=xxx
      listeners.https.ssl.enabled.protocols=TLSv1.2

       

      See: https://stackoverflow.com/questions/55220602/unable-to-configure-ssl-for-kafka-connect-rest-api

       

      Developer debugged and saw the configs are not being returned. I am still seeing this issue in 2.4.0.

      Attachments

        Activity

          People

            Unassigned Unassigned
            SledgeHammer SledgeHammer
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: