About 10,700,000 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 authentication, data …

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

  3. Kafka authentication with scram 512 and KRAFT mode doesn't work

    Oct 28, 2024 · Hence, I remained at SSL for controller to controller and configured SASL_SSL scram 512 for broker to broker and other clients. Don't know if this is a limitation with controller-to-controller …

  4. Kafka KRaft with SASL_SSL - Stack Overflow

    Dec 18, 2024 · Kafka KRaft with SASL_SSL | Error: Unexpected Kafka request of type METADATA during SASL handshake Asked 1 year ago Modified 1 year ago Viewed 130 times

  5. ldap - ldap_sasl_bind_s (GSSAPI) - What should be provided in the ...

    I'm trying to use the ldap_sasl_bind_s method from the Microsoft LDAP C SDK, with GSSAPI as the authentication mechanism. ldap_sasl_bind_s expects the credentials as a BERVAL structure, which …

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

  7. How to configure kafka consumer with sasl mechanism PLAIN and with ...

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

  8. .net - DotNet LdapConnection with authentication method external …

    Mar 7, 2025 · We are not bound to the AuthType External, we thought this was the appropriate value given the documentation. Maybe it's due to the fact where are trying to connect from outside the …

  9. Running Kafka in KRaft mode with SASL_PLAINTEXT + SCRAM-SHA-256

    Oct 28, 2023 · Authentication failed during authentication due to invalid credentials with SASL mechanism SCRAM-SHA-256 Checking with a sniffer (TLS encryption would be the next step, after …

  10. Office 365 XOAUTH2 for IMAP and SMTP Authentication fails

    May 4, 2020 · Recently the support for OAuth 2.0 for IMAP and SMTP in the Exchange Online has been announced. Following the guide I've set up the application permissions and IMAP and SMTP …