Thanks for the reply. I managed to get SASL start with the broker by rebuilding. However, when I test with proton, it failed with these logs.
my endpoint amqp://test:[email protected]:5672/myqueue send exe output: recv: Connection refused [0x99e830]:ERROR[-2] SASL header mismatch: '' I do have a user sasldblistusers2 -f /var/lib/qpidd/qpidd.sasldb test@QPID: userPassword Start qpid sudo src/qpidd --daemon --config /etc/qpid/qpidd.conf --realm QPID [Store] warning Message store plugin: No storage providers available. [Security] info SASL: no config path set - using default. [Broker] info SASL enabled [Network] debug No Socket fd specified [Security] info Policy file not specified. ACL Disabled, no ACL checking being done! [Network] debug Using interface: [Network] info Listening to: 0.0.0.0:5672 [Network] debug Listened to: 5672 [Network] notice Listening on TCP/TCP6 port 5672 [Broker] debug Daemon ready on port: 5672 [Broker] notice Broker running [Network] info Set TCP_NODELAY on connection to 127.0.0.1:50786 [System] debug RECV [qpid.127.0.0.1:5672-127.0.0.1:50786]: INIT(1-0) [Broker] info Using AMQP 1.0 (with SASL layer) [Security] debug External ssf=0 and auth= [Security] debug min_ssf: 0, max_ssf: 256, external_ssf: 0 [Model] trace Mgmt create connection. id:qpid.127.0.0.1:5672-127.0.0.1:50786 [Management] debug Management object (V1) added: org.apache.qpid.broker:connection:qpid.127.0.0.1:5672-127.0.0.1:50786 [Security] info SASL: Mechanism list: GS2-IAKERB GS2-KRB5 SCRAM-SHA-1 GSSAPI DIGEST-MD5 NTLM CRAM-MD5 LOGIN PLAIN ANONYMOUS [Security] trace Completed encoding of frame of 110 bytes [Protocol] debug qpid.127.0.0.1:5672-127.0.0.1:50786 Sent SASL-MECHANISMS(GS2-IAKERB GS2-KRB5 SCRAM-SHA-1 GSSAPI DIGEST-MD5 NTLM CRAM-MD5 LOGIN PLAIN ANONYMOUS) 110 [Security] trace Reading SASL frame of size 40 [Security] trace Reading SASL-INIT [Protocol] debug qpid.127.0.0.1:5672-127.0.0.1:50786 Received SASL-INIT(PLAIN, \x00test\x00test1) [Security] info SASL: Starting authentication with mechanism: PLAIN [Security] trace Completed encoding of frame of 16 bytes [Protocol] debug qpid.127.0.0.1:5672-127.0.0.1:50786 Sent SASL-OUTCOME(1) 126 [Security] info qpid.127.0.0.1:5672-127.0.0.1:50786 Failed to authenticate -- View this message in context: http://qpid.2158936.n2.nabble.com/Re-Does-qpid-federation-work-with-Azure-Service-Bus-tp7605151p7605543.html Sent from the Apache Qpid users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
