Incorrect response on S2S connection

I’‘m trying to work on connecting to a Wildfire server (S2S) and it seems like more connection methods than are supported are returned as being supported. For instance, I’'ll send:

I’'m not sure that ANONYMOUS should be returned. As for the other types, how would one go about configuring such authentication mechanisms in Wildfire?

Thanks,

Steve

Hey Steve,

Thanks for the bug report. I created JM-794 for this problem and checked in a fix. You can try again using the next nightly build that will include a fix for this problem. When using s2s the only SASL mechanism available should be EXTERNAL. Other SASL mechanisms are supported only for client-2-server communication.

Regards,

– Gato

Thanks for the quick fix!