processone / ejabberd-contrib

Growing and curated ejabberd contributions repository - PR or ask to join !
http://ejabberd.im
250 stars 140 forks source link

Ejabberd 17.04 unknown option 'auth_opts' will be likely ignored #210

Closed ghost closed 7 years ago

ghost commented 7 years ago

Hi,| I have installed Ejabberd 17.04 and installed ejabberd_auth_http module and followed the instructions specified here

But it does not pick up the auth_opts and said its unknown. Here is my configuration

auth_method: http
auth_opts:
  host: "http://localhost:9095"
  connection_pool_size: 10
  connection_opts: []
  basic_auth: ""
  path_prefix: "/"

Here is the error message: unknown option 'auth_opts' will be likely ignored

Can someone tell me the issue here?

Sharpek commented 7 years ago

I have same problem.

badlop commented 7 years ago

Duplicate of #211

ghost commented 7 years ago

Can anyone suggest a possible fix for this?