[swift-users] swift authentication question

Remko Tronçon remko at el-tramo.be
Wed Mar 20 10:09:40 CET 2013


Hi Mugatu,

On 20 March 2013 09:50, Mugatu Jimbobwe <domokun_japan at yahoo.com> wrote:
> Thanks for your help and input.   This is what i'm seeing in the log in
> Swift:

Something looks very wrong in the challenge you're getting from the server:

> Base64.decode64('cmVhbG09ImNoYXQud2ktdm91kLmNvbSIsIG5vbmNlPSJmdEFCY2Y1VExzS3JaZjdkaVR4YVpnPT0iLCBxb3A9ImF1dGgiLCBjaGFyc2V0PXV0Zi04LCBhbGdvcml0aG09bWQ1LXNlc3M=')

=> "realm=\"chat.wi-vou\220\271\215\275\264\210\260\201\271\275\271\215\224\364\211\231\321\005\t\215\230\325Q1\315-\311i\230\335\221\245Q\341\205i\234\364\364\210\260\201\305\275\300\364\211\205\325\321\240\210\260\201\215\241\205\311\315\225\320\365\325\321\230\264\340\260\201\205\261\235\275\311\245\321\241\264\365\265\220\324\265\315\225\315\314"

It seems the start is correct, but then the digest looks corrupted.
Your server seems to be sending incorrect data.
Could be that the SASL authentication is broken for some reason, and
that your other clients use the non-SASL authentication mechanisms,
which do work? (you could verify this by looking at their XML logs)?

cheers,
Remko


More information about the swift-users mailing list