You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by "Andrew Grigorev (JIRA)" <ji...@apache.org> on 2016/03/30 02:31:25 UTC

[jira] [Created] (APLO-392) qpid-proton can't authenticate with default SASL settings

Andrew Grigorev created APLO-392:
------------------------------------

             Summary: qpid-proton can't authenticate with default SASL settings
                 Key: APLO-392
                 URL: https://issues.apache.org/jira/browse/APLO-392
             Project: ActiveMQ Apollo
          Issue Type: Bug
          Components: apollo-amqp
            Reporter: Andrew Grigorev
            Priority: Minor


Apollo sends the following sasl-mechanisms frame for AMQP connection:
{{[0x207db60]:0 <- @sasl-mechanisms(64) [sasl-server-mechanisms=@PN_SYMBOL[:ANONYMOUS, :PLAIN]]}}

qpid-proton selects the ANONYMOUS method because it is first.

ActiveMQ and Artemis send [:PLAIN, :ANONYMOUS] and qpid-proton works.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)