DEV Community

Discussion on: Connecting to Kafka cluster using SSL with Python

Collapse
 
adityakanekar profile image
Aditya Kanekar

I think I made a typo in the code, instead of CARoot.pem it was CARoote.pem. Can you please check once.

Collapse
 
giuseppepegasus profile image
Giuseppe

Great it works....but self signed certificate are not good for the produce because I receive the error:

ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1131)

any suggestion?

Thread Thread
 
sachin_tyagi profile image
Sachin Tyagi

Hello,
I also have same issue, anyone has any solution for it.

Thanks