-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
digest-md5 mechanism doesn't work #4
Comments
could you paste the SASL-parts from the log? for me, digest-md5 works... |
Please note that DIGEST-MD5 is not secure, it must be SCRAM-SHA-X(-PLUS)... |
On Mon, Sep 28, 2020 at 09:27:21PM -0700, Neustradamus wrote:
Please note that DIGEST-MD5 is not secure, it must be SCRAM-SHA-X(-PLUS)...
Yeah, the library is very old!
I do not use OCaml anymore.>
… --
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
#4 (comment)
|
Well I wasn't trying to use digest-md5, I was trying to avoid using it (the server was offering it and the client was choosing that over plain, and failed to work). The problematic openfire installation doesn't exist anymore so unfortunately I can't provide logs to debug why digest-md5 doesn't work. |
I get 'not authorized' when trying to connect to openfire, and out.txt in jackline says it tried to use DIGEST-MD5.
For now I worked this around by disabling DIGEST-MD5 completely (the connection is secured using STARTTLS, so PLAIN is fine for me):
Please provide a way to configure what SASL mechanisms to use, and let me know if I can provide any info on debugging why DIGEST-MD5 doesn't work.
The text was updated successfully, but these errors were encountered: