Route over kafka-logger plugin to integrate with SSL enabled Kafka #12659
Replies: 2 comments 1 reply
-
|
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.
-
|
Thanks for your response. Below is the Route i created: `curl http://127.0.0.1:9180/apisix/admin/routes/5 -H "X-API-KEY: $admin_key" -X PUT -d { Not sure where to supply client certificate, private key and trusted certificates. I tried following open-resty-kafkato document to set certificates using below directives:
|
Beta Was this translation helpful? Give feedback.
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