SSL kafka connection configuration #1933
Replies: 2 comments 4 replies
-
@BHUVANESHWARI967 it is unclear to me of you configure SSL/TLS for verifying a server certificate (documented at Certificates for Transport Layer Security - Verify server certificate) or for client authentication (documented at Certificates for Transport Layer Security - Authenticate by client certificate) at the Kafka broker. If it is the first one, the documentation states in which format the
Maybe you are missing the mandatory line breaks in PEM or DER format? If it is the second one (client certificate authentication), the documentation clearly states:
|
Beta Was this translation helpful? Give feedback.
-
Hi @thjaeckle , Thanks for replying. I am getting this error even after encoding the cert to required format. { (Edited) { { |
Beta Was this translation helpful? Give feedback.
-
Hello Everyone,
I am currently trying to integrate Kafka with Ditto and I need some assistance in setting up the connection configuration JSON.I have configured SSL to secure the connections between my clients and broker.
Security and Authentication: SSL/TLS (configured with keystores and truststores).
I am unsure about the fields required, especially in relation to Kafka specifics and Ditto integration.
Could anyone guide me on the correct and necessary fields for this JSON configuration when connecting Kafka with Ditto?
Beta Was this translation helpful? Give feedback.
All reactions