RE: Java 1.8 and TLSv1.3

2023-11-07 Thread Andreas Martens1
Ahh, that’s it, the second property needs to be set too, we weren’t doing that! By setting both ssl.protocol and ssl.enabled.protocols we can get TLSv1.3. Annoyingly the JRE implementations differ, some interpret “TLSv1.3” to mean “TLS 1.3 and TLS 1.2” and some to mean “TLS 1.3 only”. I can’t s

Digest-MD5 authentication between kafka and zookeeper

2023-11-07 Thread arjun s v
Hi team, I'm trying to configure *Digest-MD5* authentication between kafka and zookeeper. Also I need to set ACL with digest scheme and credentials. I don't want to enable SASL. I tried to follow this doc f