Kafka Consumer client issue #1913
Unanswered
swananddeshkar
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi folks, I am new to this community. Please excuse me if I am asking repeated question.
I have written a Consumer client python code which connects to Confluent Kafka using OAUTH mechanism. I am getting an error setting certificate file: /etc/pki/tls/certs/ca-bundle.crt (-1) So I used a property name "ssl.ca.location" in my consumer config to reference to another path, but for some reason it is not working.
I know it would be simpler to overwrite the cert file in /etc/pki/tls/certs/ location but this works in my local. I am planning to deploy code on AWS MWAA wherein I don't have permissions to overwrite above path. I somehow need to make the reference to alternative path working.
Please advise.
Beta Was this translation helpful? Give feedback.
All reactions