Replies: 1 comment
-
TBH, it is hard to help without the full logs and the full steps how did you created the Secrets, what addresses you are using, understanding where things are running etc. That said, the parts of the configs you shared look correct and my best guess would be some networking issue such as firewals etc. that is blocking the connection. |
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
-
I have a working cluster inside k8s with clients like kafka connect, schema registry and a few python script. This setup uses mTLS on all listeners. The idea is to have a new connect worker in a different place connect to my k8s cluster. For this, I created a KafkaUser with TLS as auth and took this users secrets the user.p12 and user.password files and the -cluster-ca-cert ca.crt. I am trying to use the first two as keystore and the ca.crt as my trust store..
But, the client all crash siting a timeout. And there is no error on the brokers end.
Broker listeners
connect worker broker config
Connect worker log
I have tried using the certificate for test connection from within the client using openssl and it does verify. And firewall is open. when I misconfigure something, I get an authentication error log on the browsers.
So, my question is what am missing in my setup?
Beta Was this translation helpful? Give feedback.
All reactions