About 50 results
Open links in new tab
  1. Security & Authentication: SSL vs SASL - Stack Overflow

    Jul 5, 2012 · SSL vs SASL It's true that SASL is not a protocol but an abstraction layer. It's also true that SSL and SASL are kind of providing similar features. Both of them provide …

  2. How to Pass org.apache.kafka.sasl.oauthbearer.allowed.urls JVM …

    Oct 28, 2025 · The MAVEN_OPTS environment variable is the standard way to pass JVM arguments to the Maven process itself, which subsequently passes them to the child JVM …

  3. How to run Kafka with SASL_SSL - Stack Overflow

    Dec 21, 2023 · And the need for consistency in SASL configuration across all Kafka brokers and clients, which you did by adding a user to the Kafka broker with SCRAM credentials.

  4. Why am I getting "SASL authentication failed" with Jakarta Mail?

    Feb 18, 2025 · DEBUG SMTP: SASL authentication failed My source code: public void send() throws ZSendFailedException, AddressException, MessagingException { // Get accessToken …

  5. How to configure Kafka server with SASL_SSL and GSSAPI protocols

    Mar 21, 2020 · Like security protocol is SASL_SSL and SSL mechanism is GSSAPI. For this reason, I tried to search and find confluet documentation but the problem is it is too abstract …

  6. kafka SASL/SCRAM Failed authentication - Stack Overflow

    kafka SASL/SCRAM Failed authentication Asked 5 years, 9 months ago Modified 4 years, 10 months ago Viewed 47k times

  7. java - How does SASL_SSL security protocol work? Does client …

    Jun 13, 2021 · SASL is a standard for authentication of the client - see Simple Authentication and Security Layer. SASL_SSL simply means that the client authentication (SASL) is used over a …

  8. Authentication with SASL using JAAS VS librdkafka oAuthBearer

    Aug 2, 2023 · We have a kafkaProducer cpp application, which will send data to kafkaBrokers which are configured to authenticate using JAAS-OAUTHBEARER. Can I use JAAS with cpp …

  9. SASL Authentication Failed on Postfix as relay server with office365

    Sep 5, 2018 · SASL Authentication Failed on Postfix as relay server with office365 Asked 7 years, 5 months ago Modified 4 years, 9 months ago Viewed 14k times

  10. java - spring-kafka application.properties configuration for …

    Mar 24, 2020 · spring-kafka application.properties configuration for JAAS/SASL not working Asked 5 years, 10 months ago Modified 1 year, 11 months ago Viewed 57k times