Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Description

Use SSL Bundles in Kafka Config (methods without SSL have been deprecated) 

See

https://docs.spring.io/spring-boot/docs/current/api/org/springframework/boot/autoconfigure/kafka/KafkaProperties.html#buildConsumerProperties(org.springframework.boot.ssl.SslBundles)

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.

SSLHandshakeDiagByakhilabhilash01.png

  • No labels