jadahl / mod_restful

RESTful interface to ejabberd
84 stars 34 forks source link

Does this support https? #5

Closed taybin closed 12 years ago

taybin commented 12 years ago

If so, a note in the documentation about how to enable that would be useful.

jadahl commented 12 years ago

It should work (even though I have never tried) just by adding

tls,
{certfile, "/etc/ejabberd/server.pem"}}

to the listen configuration entry. See here: https://git.process-one.net/ejabberd/mainline/blobs/raw/v2.1.11/doc/guide.html#htoc23 under Options.

Good point to add to the documentation, I'll do that. Thanks!

taybin commented 12 years ago

Great, thank you.