-
Hello, I use vault as PKI to generate regularly cert, key and p12 with short TTL that is then used by AKHQ to authenticate to MSK through TLS. The connection and the renew of cert works well, AKHQ read correctly the update p12 file, but ramdomly it crash with the error message : Connection to node 1 (b-1.hg-mykafka-test.xxxx.c3.kafka.eu-west-3.amazonaws.com) failed authentication due to: SSL handshake as if it had decided to not read anymore the updated p12. I made a test with TTL of 1 minute (Every minutes new cert was generated), it worked during 42 minutes after more than 30 renew then crashed with the SSL handshake error. I made the same test with TTL of 5 minutes, it worked during around 30 minutes then crashed with the same error With TTL of 1h, it crashed after the first renew. I do not understand what is happening, and i don't see any logic on that behavior. Could you help me please ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Really complex setup here ! must be for a bank I assume 😄 To be honest, I'm not really sure that this kind of deployment is supported by micronaut or kafka client. To help I need to understand :
|
Beta Was this translation helpful? Give feedback.
-
Hello, The algorithm used (ECDSA) seems the root causes. With RSA we did not faced this problem Thanks. |
Beta Was this translation helpful? Give feedback.
Hello,
The algorithm used (ECDSA) seems the root causes. With RSA we did not faced this problem
Thanks.