Ted Ross created QPID-6639:
------------------------------
Summary: Incoming connection using "cut-through" ANONYMOUS SASL
fails
Key: QPID-6639
URL: https://issues.apache.org/jira/browse/QPID-6639
Project: Qpid
Issue Type: Bug
Components: C++ Broker
Affects Versions: qpid-cpp-0.34
Reporter: Ted Ross
When connecting an AMQP 1.0 connection to the broker using SASL ANONYMOUS, the
following exchange occurs:
{noformat}
Client Broker
init(SASL) ->
sasl.init (ANON) ->
init(AMQP) ->
open ->
<- init(SASL)
<- sasl.mechanisms
<- sasl.outcome(OK)
socket closed by broker after timeout
{noformat}
It appears the the broker doesn't process the open frame.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]