Return-Path: X-Original-To: apmail-activemq-commits-archive@www.apache.org Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E8E7F18603 for ; Wed, 30 Mar 2016 00:32:25 +0000 (UTC) Received: (qmail 26947 invoked by uid 500); 30 Mar 2016 00:32:25 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 26901 invoked by uid 500); 30 Mar 2016 00:32:25 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 26879 invoked by uid 99); 30 Mar 2016 00:32:25 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Mar 2016 00:32:25 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 9AFA42C1F6A for ; Wed, 30 Mar 2016 00:32:25 +0000 (UTC) Date: Wed, 30 Mar 2016 00:32:25 +0000 (UTC) From: "Andrew Grigorev (JIRA)" To: commits@activemq.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (APLO-392) qpid-proton can't authenticate with default SASL settings MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/APLO-392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15217134#comment-15217134 ] Andrew Grigorev commented on APLO-392: -------------------------------------- https://github.com/apache/activemq-apollo/pull/10 > 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)