Open GoogleCodeExporter opened 9 years ago
The reason for this is likely that you're using the interface over an
unencrypted connection. This means that plaintext authentication is disallowed.
With the internal_hashed backend plaintext authentication used to be the only
method supported by both Prosody, and the library used by mod_admin_web
(strophe.js).
This is no longer the case, I would still strongly suggest using an encrypted
connection for your administrative tasks (i.e. use the interface via https on
port 5281, instead of http, on port 5280).
Original comment by flo...@babelmonkeys.de
on 10 Jan 2014 at 11:39
Original issue reported on code.google.com by
yannt...@gmail.com
on 9 Sep 2012 at 8:44