Modify

#1186 closed defect (worksforme)

DIGEST-MD5 auth fails

Reported by: anonymous Owned by:
Priority: normal Milestone:
Component: BitlBee Version: 3.2.2
Keywords: Cc:
IRC client+version: Client-independent Operating System: Linux
OS version/distro:

Description

I'm trying to connect to jabber.calyxinstitute.org, but it fails with the following error:

<_xmlconsole> TX: <?xml version='1.0' ?><stream:stream to="jabber.calyxinstitute.org" xmlns="jabber:client" xmlns:stream="http://etherx.jabber.org/streams" version="1.0">
<_xmlconsole> RX: <stream:features><starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"><required/></starttls><register xmlns="http://jabber.org/features/iq-register"/></stream:features>
<_xmlconsole> TX: <starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/>
<_xmlconsole> RX: <proceed xmlns="urn:ietf:params:xml:ns:xmpp-tls"/>
<_xmlconsole> TX: <stream:stream to="jabber.calyxinstitute.org" xmlns="jabber:client" xmlns:stream="http://etherx.jabber.org/streams" version="1.0">
<_xmlconsole> RX: <stream:features><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>PLAIN</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>DIGEST-MD5</mechanism></mechanisms><register xmlns="http://jabber.org/features/iq-register"/></stream:features>
<_xmlconsole> TX: <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="DIGEST-MD5"/>
<_xmlconsole> RX: <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">XXX</challenge>
<_xmlconsole> TX: <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">XXX</response>
<_xmlconsole> RX: <failure xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><not-authorized/><text>The response provided by the client doesn&apos;t match the one we calculated.</text></failure>

This account works with Pidgin, but that uses PLAIN mechanism, so I suppose it might be a problem with the chosen authentication mechanism.

Attachments (0)

Change History (5)

comment:1 Changed at 2015-03-04T05:40:29Z by dx

Uhhh... I just registered there and it works for me

comment:2 Changed at 2015-03-04T05:50:32Z by dx

Resolution: worksforme
Status: newclosed

Going to go ahead and close this as "worksforme", feel free to reopen if it still happens

comment:3 Changed at 2015-03-13T05:40:40Z by anonymous

Sorry, I think it was a problem with special characters in my password. I changed that and now it works for me, too.

comment:4 Changed at 2015-03-14T01:33:13Z by dx

What special characters, may I ask? If that's something that can be reproduced and doesn't happen to other clients, it should definitely be fixed

(welp, you didn't set an email and that means you may never see this question ;_;)

comment:5 Changed at 2015-03-16T00:20:05Z by dx

Actually i'm just going to consider this merged with #866

Modify Ticket

Action
as closed The ticket will remain with no owner.
The resolution will be deleted.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.