How to debug SASL Connection #2916
Unanswered
asadarafat
asked this question in
Q&A
Replies: 1 comment
-
FYI, although you fixed your post now, your admin password still leaked over the notification emails. So, I would definitely run a password rotation on it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Experts,
I'm trying to set up a Sarama Kafka consumer with SASL and TLS enabled, but I'm encountering some issues. Below are the details of my configuration and the error message I'm receiving.
Kafka Configuration (consumer-kafka-sasl-enable.properties):
Go Code:
Go Code Config File (kafka-client-config.yaml):
Error Message:
I understand the error indicates an issue with the TLS certificate verification. My server.cer.pem CA certificate is supposed to be used for this SASL verification, but it seems it's not being recognized correctly. Note that the certificate I am using is self-signed. Interestingly, when I run the code with SSL enabled but without SASL, it works perfectly.
Questions:
Thanks in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions