On 10/02/2015 09:14, Michael Klishin wrote:
> On 10 February 2015 at 12:08:48, laurent vuong (
lauren...@gmail.com) wrote:
>> by Secure, I refer to the Connection.Secure AMQP packet described
>> in the AMQP specifications
>> Connection.Secure
>> Connection.Secure-ok
>
> Simply use authentication (which is not optional in AMQP 0-9-1, unlike some other protocols).
Just for additional background here: the connection.secure{-ok} methods
are only used in multi-phase challenge-response SASL mechanisms.
Single-phase ones send their authentication information in
connection.start-ok.
In practice that means connection.secure{-ok} are almost never seen in
the wild since PLAIN, AMQPLAIN and EXTERNAL don't use them. That doesn't
mean your connection is not secure!
Cheers, Simon