Hi all I recently enabled client_encryption_options on a cassandra.yaml
client_encryption_options:
enabled: true
optional: true
keystore: conf/my-keystore.jks
keystore_password: password
require_client_auth: false
What happens if the certificate expires while in operation?
Will nothing happen? Or will the channel be closed?
Please share your experience.
Thank you.
