Unable to configure SSL for Kafka Connect REST API
问题 I'm trying to configure SSL for Kafka Connect REST API (2.11-2.1.0). The problem I tried two configurations (worker config): with listeners.https. prefix listeners=https://localhost:9000 listeners.https.ssl.keystore.location=/mypath/keystore.jks listeners.https.ssl.keystore.password=mypassword listeners.https.ssl.key.password=mypassword and without listeners.https. prefix listeners=https://localhost:9000 ssl.keystore.location=/mypath/keystore.jks ssl.keystore.password=mypassword ssl.key