I have installed ejabber in Ubuntu 14.04 LTS.
It is an AWS instance.
I have opened ports 5222, 5269, 5280. Changed the /etc/ejabberd/ejabberd.yml with hosts, acl with admin user.
I have changed the domain name of the server in /etc/hosts.
Added a hosted zone in AWS Route 53.
Am able to create user using ejabberdctl.
And able to login as the user in pidgin in my windows laptop.
But only not able connect to the web console. http://my.example.com:5280/admin returns Empty response.
same empty response with curl too.
How to fix this?