Re: NO SCRAM-SASL AUTHENTICATION BETWEEN KRAFT CONTROL NODES

2023-11-06 Thread Daniele Carminati
It seems to be already opened https://issues.apache.org/jira/browse/KAFKA-15513 Il giorno ven 3 nov 2023 alle ore 16:18 Jesus Cea ha scritto: > What version of Kafka are you using? I am testing 3.6.0. > > Do you have an account to open an issue at > https://issues.apache.org/jira/projects/KAFKA/

RE: Java 1.8 and TLSv1.3

2023-11-06 Thread Andreas Martens1
Hi Edoardo, Yes, that’s exactly what I’m saying! If I run the console consumer in the build with: kafka-console-consumer.sh --bootstrap-server :443 --topic --consumer.config $PWD/consumer.properties Where consumer.properties contains: sasl.mechanism=PLAIN security.protocol=SASL_SSL sasl.jaas.c

Re: Java 1.8 and TLSv1.3

2023-11-06 Thread Edoardo Comar
Hi Andreas, I just tried running a Kafka 3.6 client on a recent Temurin Jdk 8 (OpenJDK8U-jdk_x64_mac_hotspot_8u392b08) and configured it with clientProps.put(SslConfigs.SSL_PROTOCOL_CONFIG,"TLSv1.3"); clientProps.put(SslConfigs.SSL_ENABLED_PROTOCOLS_CONFIG,"TLSv1.3"); and it connects without issu