yahoo / CMAK

CMAK is a tool for managing Apache Kafka clusters
Apache License 2.0
11.84k stars 2.5k forks source link

Does CMAK support TLS 1.3? #861

Open swathimocharla opened 3 years ago

swathimocharla commented 3 years ago

Hi, does CMAK support TLSv1.3?

I've set play.ws.ssl.enabled.Protocols to "TLSv1.3" and also upgraded akka dependencies to 2.5.32 which support talking to a TLS 1.3 server. My connections still seem to be on TLS 1.2. Do I need to do anything else?

swathimocharla commented 3 years ago

@patelh , can you help answer this.