Replies: 1 comment
-
That is hard to say without having all the configurations, the certificates etc. By default, the renewal renews the public CA and keeps the private key. So the expired certificates can be used to verify he server and its new non-expired certificae? Maybe the client accepts that? |
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,
I am using a Java client in order to connect to my Kafka Cluster.
I inserted my cluser-ca-cert into my truststore in order to trust the cluster.
The Cluster Operator renewed my Kafka certificate and my old cert which is the only one in my truststore has expired,
but for some reason I can still connect to the my cluster with the old expired cert and even though the cluster has a new CA certificate.
Did anyone encountered this scenario?
Beta Was this translation helpful? Give feedback.
All reactions