mTLS failure - Produced client Certificate message is empty #9290
Replies: 2 comments 5 replies
-
Without any logs and more detailed explanation, it is not really clear about what part of the TLS handshake are you talking. If you want to use your own (custom) CA, you have to provide it instead of the Strimzi CA. There is a whole section in the docs dedicated to it. If you want, you can also provide only your own server certificate for a specific listener. |
Beta Was this translation helpful? Give feedback.
-
unfortunately the system is air gapped so providing logs is impossible but I will take a stab at providing enough details. The Listener has it own cert and authorizing without issue. When I create a user using authentication type = tls and allow Strimzi to create the cert for the user I am able to download the the certs and add them to the client p12 and truststore works great ... client is able to communicate and put messages on the top. When I attempt to use certs signed outside of Strimzi the handshake fails ... Strimzi/kafka request send a Certificate Request |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Using Strimzi 36.1 Kafka 3.5 Java 17 (on client). When the CertificateRequest message is received is only has the Strimzi CA in the list. Where do I add the CA for the client so that when the request comes from the Server it has both the Strimzi CA and my CA?
Beta Was this translation helpful? Give feedback.
All reactions