I'm trying to set up prosody to work over https with candy. I've tried configuring SSL and all of the steps listed to get that working but for some reason when I try https://servername.com:5280/http-bind
it times out with the following appearing in the prosody log:
server.lua: accepted new client connection from servername:23366 to 5280
server.lua: accepted new client connection from servername:10667 to 5280
server.lua: client servername:23366 read error: closed
server.lua: closed client handler and removed socket from list
when I try to do the same via http it works: http://servername.com:5280/http-bind
results in:
"You really don't look like a BOSH client to me... what do you want?"