Quantcast
Channel: Ignite Realtime : Discussion List - All Communities
Viewing all articles
Browse latest Browse all 10742

BOSH: POST http://localhost/http-bind/ 405 (Not Allowed)

$
0
0

Hi, i am trying to setup BOSH over HTTP.

 

Nginx config:

server {

     listen 80 default_server;

     liten [::]:80 default_server ipv6only=on;

 

     //---//

 

     location /http-bind {

          proxy_buffering off;

          tcp_nodelay on;

          proxy_read_timeout 65;

          proxy_connect_timeout 65;

          proxy_pass http://localhost:7070/http-bind/;

     }

}

 

When I am sending get to the /http-bind url it is returns me xml.

But if i am trying to use strophe.js and try to login: Not allowed messages appears.

 

I cannot get why it deny post request.

 

Where is the issue, with openfire or nginx setup?


Viewing all articles
Browse latest Browse all 10742

Trending Articles