Description
Use SSL Bundles in Kafka Config (methods without SSL have been deprecated)
See
and
https://www.baeldung.com/spring-boot-security-ssl-bundles
What is SSL?
SSL is standard technology for securing a connection between a server and client.
Secure Sockets Layer (SSL) certificates, sometimes called digital certificates, are used to establish an encrypted connection between a browser or user’s computer and a server or website.
Handshake Protocol is used to establish sessions. This protocol allows the client and server to authenticate each other by sending a series of messages to each other. Handshake protocol uses four phases to complete its cycle.