Gordon Sim wrote:
Kevin Smith wrote:
I'm trying to test my SSL changes so I can submit the finalized patch.
I'm getting NullPointerExceptions during connection setup and I think
it might have something to do with how I've got the broker configured.
Can someone point me at some resources about how to configure the broker?
If you mean how to tell the broker which configuration file to use then
I believe you can specify the config file as a command line option
(--config or -c then the path). The default path is
$(QPID_HOME)/etc/config.xml.
Or is it the contents of the config file itself you are inquiring about?
Yeah, I was a little vague :-)
I'm looking for info on the contents of the config file. I figured out how to
specify a config file and all of that. I'm suspecting that my actual config
isn't quite right. Attached is the config I'm currently using.
--Kevin
<broker>
<connector>
<ssl>
<enabled>true</enabled>
<keystorePath>/home/ksmith/ssl_data/server/keys.ks</keystorePath>
<keystorePassword>apache</keystorePassword>
</ssl>
</connector>
</broker>