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. 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 …

  3. How to configure kafka consumer with sasl mechanism PLAIN and …

    I want to create kafka consumer which is using security protocol SASL_SSL and sasl merchanism PLAIN. Can someone help me configure these details? I have read many documents on how …

  4. 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 …

  5. kafka SASL/SCRAM Failed authentication - Stack Overflow

    kafka SASL/SCRAM Failed authentication Asked 5 years, 8 months ago Modified 4 years, 8 months ago Viewed 46k times

  6. 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 …

  7. SASL: SCRAM-SERVER-FIRST-MESSAGE: client password must be a …

    Jun 25, 2022 · Error: SASL: SCRAM-SERVER-FIRST-MESSAGE: client password must be a string I looked for some solutions for this one in the stack overflow and many say it would be 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. Docker Compose file for Kafka with SASL authentication and a …

    Apr 14, 2023 · I want to start a Kafka instance for local development along with a web GUI. My application uses SASL (ScramSha512), so I want to configure the local Kafka accordingly. …

  10. How to enable SASL mechanism in kafka locally - Stack Overflow

    Mar 15, 2022 · The process of enabling SASL authentication in Kafka is extensively described in the Authentication using SASL section in the documentation. I suggest you follow the official …