Openfire+Tigase Messenger, 404 not found on connection

Alright so, Tigase uses bosh. I named the connection in config to /http-bind instead of /bosh since that’s what Openfire calls it, right?

In Openfire settings I put Script Syntax in HTTP Binding on “Enabled - Allows BOSH clients with limited access to connect to the server”

On lighttpd I put on

proxy.server = ( “/http-bind” =>
( (
“host” => “127.0.0.1”, “port” => 7070
) )
)

But I still, when going to domain.com:7070/http-bind, get

HTTP ERROR: 400

BAD_REQUEST

RequestURI=/http-bind/

Powered by Jetty://

And I get something like…

[04:59:38] OUT:

[04:59:38] IN:

Error 404 NOT_FOUND

HTTP ERROR: 404

NOT_FOUND

RequestURI=/http-bind

Powered by Jetty://


From Tigase debug when trying to connect.

Can someone help?

Ah I got lighttpd to forward the connection fine.

But now I get

HTTP ERROR: 400

BAD_REQUEST

RequestURI=/http-bind/

Powered by Jetty://

When going to http://domain.com/http-bind