[
https://issues.apache.org/jira/browse/APLO-392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15217132#comment-15217132
]
ASF GitHub Bot commented on APLO-392:
-------------------------------------
GitHub user ei-grad opened a pull request:
https://github.com/apache/activemq-apollo/pull/10
APLO-392 Fix SASL methods ordering
Preferred method (PLAIN) should go first
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ei-grad/activemq-apollo patch-1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-apollo/pull/10.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #10
----
commit 95917c6c3438755de3ce1c9eb4146df3c291f59f
Author: Andrew Grigorev <[email protected]>
Date: 2016-03-30T00:31:36Z
APLO-392 Fix SASL methods ordering
Preferred method (PLAIN) should go first
----
> 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)