DEV Community

Discussion on: Connecting to Kafka cluster using SSL with Python

Collapse
 
adityakanekar profile image
Aditya Kanekar

The method will work for keystore.jks. It appears to me that you are using SSL Enabled Kafka without any ACL enabled. If thats true you might not be providing ssl_keyfile and ssl_certfile while connecting to Kafka through your Java code. In my view you should only provide the CARoot.pem to connect to Kafka other properties might not be required. Please try and let me know if that works.