On Thu, Nov 14, 2002 at 05:36:06PM -0800, Jay D. Dyson wrote: > > But when I try to start up the Jabber with SSL, the system > immediately kicks back an error that it can't bind to port 5223 (SSL > enabled jabber). Naturally, I checked via lsof -Pni to make sure nothing > else was bound to that port, and it was free.
(note: jadmin@ might of been a better list for this question). Run in debug mode and take a look at that output, here's how I do it: alias jabberfore=' jabberd -D -c /usr/local/etc/jabber.xml 2>&1 | tee /tmp/jabber.out' then type 'jabberfore' and look at the /tmp/jabber.out. Chris _______________________________________________ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev
