You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Amazon MSK with IAM enabled and trying to connect to the Kafka Proxy using the SASL Plain authentication mechanism from my Kafka Client.
I am getting an error "using plain connection instead of TLS " in the proxy log while trying to connect from Kafka client.
Getting below error on Kafka Client :
terminated during authentication. This may happen due to any of the following reasons: (1) Authentication failed due to invalid credentials with brokers older than 1.0.0, (2) Firewall blocking Kafka TLS traffic (eg it may only allow HTTPS traffic), (3) Transient network issue. (org.apache.kafka.clients.NetworkClient)
I am using Amazon MSK with IAM enabled and trying to connect to the Kafka Proxy using the SASL Plain authentication mechanism from my Kafka Client.
I am getting an error "
using plain connection instead of TLS
" in the proxy log while trying to connect from Kafka client.Getting below error on Kafka Client :
terminated during authentication. This may happen due to any of the following reasons: (1) Authentication failed due to invalid credentials with brokers older than 1.0.0, (2) Firewall blocking Kafka TLS traffic (eg it may only allow HTTPS traffic), (3) Transient network issue. (org.apache.kafka.clients.NetworkClient)
Kafka Proxy Command :
Kafka Client Config File
I have used AWS Certificate Manager to generate the certificate and below command to generate kafka.client.truststore.jks file :
Could you please help me in resolving this issue ?
The text was updated successfully, but these errors were encountered: