RE: does qpid proton c++ support SASL SCRAM-SHA-256

2024-03-20 Thread abdelrhman abdelhmaed
On my Linux system, the following libraries have been installed: ii libsasl2-2:amd64 2.1.27+dfsg2-3ubuntu1.2 amd64Cyrus SASL - authentication abstraction library ii libsasl2-dev 2.1.27+dfsg2-3ubuntu1.2

RE: does qpid proton c++ support SASL SCRAM-SHA-256

2024-03-20 Thread abdelrhman abdelhmaed
after installing Cyrus i get the following message when i try to connect to Broker: amqp:unauthorized-access: Authentication failed [mech=SCRAM-SHA-256] std::string MECHANISM = "SCRAM-SHA-256"; ConnectionOptions.sasl_allowed_mechs(MECHANISM); ConnectionOptions