Hi, I have a cluster of two Qpidd brokers - both C++ v0.12 (on CentOS 5.5).
Both brokers have been clustering very happily so far :) Now, I've enabled both SASL and SSL on both brokers. I have several client applications I've written that can authenticate, and use SSL to talk successfully to either broker. However, I can't get the two brokers to cluster anymore (unless I disable SSL). Specifically, if I start one broker, then everything is happy (clients connect / send / receive etc). But when I try to start a second broker, the second broker begins to start up ok, but then stops after reporting "error Rejected un-encrypted connection", and then shutting down the catch-up connection. Is there something I need to do to tell the brokers to use SSL for their catch-up connections? Or is require-encryption=yes incompatible with clustering? Thanks!! :) pc ---- http://colby.id.au
