allissa
allissa
`sha1` is invalid, assuming `sha` results in the same error
I have had sha512 work before, and I would like to keep using it. This is a different problem. For example: using plain authentication does not work, I still get...
sha512 does work with caas, I have tested ejabberd servers using sha512 and scram before and it works without the error it's giving me now. I temporarily changed the `auth_password_format`...
How do I run CaaS in debug mode?
``` rocks.xmpp.core.stream.StreamNegotiationException: Server doesn't support any of the requested SASL mechanisms: [SCRAM-SHA-1, DIGEST-MD5, GSSAPI, CRAM-MD5, PLAIN, ANONYMOUS]. at rocks.xmpp.core.session.AuthenticationManager.startAuthentication(AuthenticationManager.java:114) at rocks.xmpp.core.session.XmppClient.login(XmppClient.java:383) at rocks.xmpp.core.session.XmppClient.login(XmppClient.java:340) at rocks.xmpp.core.session.XmppClient.login(XmppClient.java:312) at rocks.xmpp.core.session.XmppClient.login(XmppClient.java:289) at im.conversations.compliance.xmpp.TestExecutor.executeTestsFor(TestExecutor.java:54) at...
the config for ejabberd is unchanged from my original post
I don't want to use PLAIN or SHA-1, I made those temporary modifications to see if that would fix CaaS's error response, but they didn't.