Problem with ejabberd_http_auth module

Hello,
i am trying to make ejabberd work with ejabberd_http_auth module,
but i am stuck on this error:
14:00:46.304 [debug] Making request 'get_password' for user test@xmpp.example.org...
14:00:51.350 [debug] Send XML on stream = <<"">>
14:00:51.352 [error] gen_fsm <0.596.0> in state wait_for_sasl_response terminated with reason: no match of right hand value {error,timeout} in ejabberd_auth_http:make_req/5 line 254
14:00:51.353 [error] CRASH REPORT Process <0.596.0> with 0 neighbours exited with reason: no match of right hand value {error,timeout} in ejabberd_auth_http:make_req/5 line 254 in p1_fsm:terminate/8 line 760

could anyone point me what is wrong?

When the ejabberd auth_http

When the ejabberd auth_http calls make_req function, it receives a timeout error. Either it is asking the wrong HTTP server, or the server doesn't reply fast, or it replies but ejabberd misses that response.

Syndicate content