Route over kafka-logger plugin to integrate with SSL enabled Kafka #12659
myselfmayur1234
started this conversation in
General
Replies: 1 comment
-
Could you please provide a minimal reproducible environment using Docker Compose? This would help us troubleshoot the issue. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All,
I am trying to build a route using kafka-logger plugin. Supplied all the required attributes mentioned in the documentation. Kafka is SASL_SSL enabled and supplied all the certificates (client_cert, client_key, ca_cert) in the plugin configuration.
When i trigger the route using curl command, getting error as "502 Bad Gateway".
In the error.log file found SSL_read issue as:
SSL_read() failed (SSL: error:0A000412:SSL routines::ssl/tls alert bad certificate:SSL alert number 42 )
Options i tried to verify connectivity from APISIX Host are:
Request someone to please suggest any clue on this.
Beta Was this translation helpful? Give feedback.
All reactions