Skip to content

[Question] Connect with TLS #683

Answered by tchiotludo
trajanoreuter asked this question in Q&A
Discussion options

You must be logged in to vote

I don't have any amazon account to test but looking here, it seems that there is some sample in Create a client.properties file and put the following in it , must be like that I think :

akhq:
  connections:
    ssl-dev:
      properties:
          security.protocol=SSL
          ssl.truststore.location=/tmp/kafka.client.truststore.jks
          ssl.keystore.location=/tmp/kafka.client.keystore.jks
          ssl.keystore.password=<password that you used for the keystore when running the jar file>
          ssl.key.password=<password that you used for the keystore when running the jar file>
          ssl.truststore.password=<truststore password, default = changeit>

Just keep in mind you need…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by tchiotludo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #682 on April 22, 2021 20:16.