MongooseIM: v6.5.0, v6.6.0
fast_scram: v0.7.0
When using auth.sasl_mechanisms with no ciphers that support channel binding (non -PLUS variants), clients that support channel binding (indicated via G2S header y,,) can not authenticate with following error e=channel-bindings-dont-match.
The problem seems to be part of the implementation in fast_scram and a proposed fix has been published here.
MongooseIM: v6.5.0, v6.6.0
fast_scram: v0.7.0
When using
auth.sasl_mechanismswith no ciphers that support channel binding (non -PLUS variants), clients that support channel binding (indicated via G2S headery,,) can not authenticate with following errore=channel-bindings-dont-match.The problem seems to be part of the implementation in
fast_scramand a proposed fix has been published here.