SledgeHammer created KAFKA-9735: ----------------------------------- Summary: Kafka Connect REST endpoint doesn't consider keystore/truststore Key: KAFKA-9735 URL: https://issues.apache.org/jira/browse/KAFKA-9735 Project: Kafka Issue Type: Bug Components: KafkaConnect Affects Versions: 2.4.0 Environment: Windows 10 Pro x64 Reporter: SledgeHammer
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. -- This message was sent by Atlassian Jira (v8.3.4#803005)