[
https://issues.apache.org/jira/browse/QPID-5778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pavel Moravec closed QPID-5778.
-------------------------------
Resolution: Not a Problem
Fix Version/s: Future
It is a problem of saslwrapper that needs to return None instead of empty
string there. BZ for saslwrapper raised.
> CRAM-MD5 mechanism does not work in python-client
> -------------------------------------------------
>
> Key: QPID-5778
> URL: https://issues.apache.org/jira/browse/QPID-5778
> Project: Qpid
> Issue Type: Bug
> Components: Python Client (Wrapped)
> Affects Versions: 0.26
> Reporter: Pavel Moravec
> Assignee: Pavel Moravec
> Priority: Minor
> Fix For: Future
>
>
> CRAM-MD5 mechanism does not work in python client, see e.g.:
> $ qpid-stat -q -b guest/guest@localhost:5672 --sasl-mechanism=CRAM-MD5
> Failed: ConnectionError - connection-forced: Authentication failed(320)
> $ qpid-stat -q -b guest/guest@localhost:5672 --sasl-mechanism=DIGEST-MD5
> Queues
> queue dur autoDel excl msg msgIn
> msgOut bytes bytesIn bytesOut cons bind
> ..
> $
> The root cause is that Python client sends initial SASL response in
> ConnectionStartOk AMQP frame even in case it is empty. In such case, it
> should not set response.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]