Hi Kevin, > Based on my reading of the code when I did the SSL changes, it looked like > the > broker only ever listened on one or the other. I'll take a look and see > about > adding support for both, at least for debugging purposes.
Thanks, I really appreciate it. I think this is rather useful. FWIW, the old code used to have two different Boolean switches in the configuration that independently controlled if the broker listened on the ssl and non-ssl ports. It seemed to work fine at the time (at least I remember being able to get the broker to accept connections on both). > There's pretty good information on configuring keystores and setting up > self-signed certs (good enough for testing) here: > > http://mindprod.com/jgloss/keytoolexe.html > > The section entitled "Generating A Phony Certificate" has the steps I use > to > create and configure a keystore for SSL testing. Fantastic, thanks. That did the trick (once I figured out the page used a java applet to show the example scripts... yuk). Tomas Restrepo [EMAIL PROTECTED] http://www.winterdom.com/weblog/
