Hi guys, I am using: - debian 9 (stretch) - the Electron Go package wrapper fo Qpid proton-c
I need to establish a TLS connection using the SASL ANONYMOUS mechanism for AMQP. I followed this installation doc: https://github.com/apache/qpid-proton/blob/master/INSTALL.md This dependency should be added to INSTALL.md: `libsasl2-modules` among the Cyrus SASL requirements. Otherwise the following `panic` message happens at runtime: panic: proton:io:sasl_error: SASL(-4): no mechanism available: No worthy mechs found (Authentication failed [mech=none]) Thanks Alessio --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
