Skip to content
Discussion options

You must be logged in to vote

Well, this looks like a different error now. It is not PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target anymore. It is now Handshake message sequence violation, 2. That is because you configured TLS client authentication on your listener, but do not have the keystore with the user certificate defined in the client configuration. You have to create the KafkaUSer resource, take its certificates and use them as a keystore for the authentication in your Kafka client. (or disable the authentication in the listener of course, which is less secure, but an option as well)

Replies: 4 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@scholzj
Comment options

@scholzj
Comment options

Comment options

You must be logged in to vote
1 reply
@scholzj
Comment options

Comment options

You must be logged in to vote
2 replies
@scholzj
Comment options

Answer selected by roman5595
@roman5595
Comment options

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