Closed as not planned
Description
Spring boot 3.5.0
Spring Kafka 3.3.6
Reactor Kafka 1.3.23
I usualy using MTLS connection with Kafka server.
After migrating to Spring boot 3.5.0 i get Handshake problem with reason: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target.
I use SSL Bundles for configuration.
Spring boot 3.4.6 and previous works fine.
I have already compared logged consumer config values:
Spring boot 3.4.6: ssl.engine.factory.class = SslBundleSslEngineFactory
Spring boot 3.5.0: ssl.engine.factory.class = null
Please help me to fix it.