Skip to content

SSL issues when moving from 0.5.0 to 0.6.1 #3604

Closed Answered by vascoferraz
vascoferraz asked this question in Q&A
Discussion options

You must be logged in to vote

Got the explanation in the 0.6.0 release notes :)

BREAKING CHANGES

If you've been using SSL for any component (Clusters, SR, KSQL, KC, etc.), you have to migrate your properties a bit;
Now we supply just one truststore per cluster, keystore stays the same way, one per component:

      KAFKA_CLUSTERS_0_SSL_TRUSTSTORELOCATION: /kafka.truststore.jks
      KAFKA_CLUSTERS_0_SSL_TRUSTSTOREPASSWORD: "secret"

All other truststore-related properties have been deprecated.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Haarolean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant