location /events {
proxy_pass http://127.0.0.1:8888/events;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_connect_timeout 7d;
proxy_send_timeout 7d;
proxy_read_timeout 7d;
} "eventsUrl": "wss://example.com/events",
instead of
"eventsUrl": "ws://example.com/events",
To view this discussion on the web, visit https://groups.google.com/d/msgid/taigaio/b8834178-0c53-4fb6-aacf-2ec4e65fb33a%40googlegroups.com.--
You received this message because you are subscribed to the Google Groups "taigaio" group.
To unsubscribe from this group and stop receiving emails from it, send an email to taigaio+u...@googlegroups.com.
To post to this group, send email to tai...@googlegroups.com.
| Alejandro Alonso Fernández CIO & Co-founder www.kaleidos.net/FC8EAC/ |
proxy_pass https://mydomain.es:8094/events;185.13.202.189 - - [11/Feb/2016:23:13:51 +0100] "GET /events HTTP/1.1" 502 181 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:43.0) Gecko/20100101 Firefox/43.0"--
Please help us keep the Taiga.io Community open and inclusive, follow our Code of Conduct:
https://github.com/taigaio/code-of-conduct/blob/master/CODE_OF_CONDUCT.md
---
You received this message because you are subscribed to the Google Groups "taigaio" group.
To unsubscribe from this group and stop receiving emails from it, send an email to taigaio+u...@googlegroups.com.
To post to this group, send email to tai...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/taigaio/47c38a6f-b29c-456f-ac4a-5243d700f951%40googlegroups.com.
WebSocket connection to 'wss://mydomain.es:8080/events' failed: Error during WebSocket handshake: Unexpected response code: 502root@machineHostName:/home/myusername# rabbitmqctl -n rabbit@localhost list_queues
Listing queues ...
Error: unable to connect to node rabbit@localhost: nodedown
DIAGNOSTICS
===========
nodes in question: [rabbit@localhost]
hosts, their running nodes and ports:
- localhost: [{rabbit,58503},{rabbitmqctl1232,55941}]
current node details:
- node name: rabbitmqctl1232@localhost
- home dir: /var/lib/rabbitmq
- cookie hash: vqORbz/ADoyiVuy41LKbrg==root@machineHostName:/home/myusername# rabbitmqctl status
Status of node rabbit@machineHostName ... <--- THE FIRST LINE!
[{pid,29511},
{running_applications,
[...] // several configs
...done.
root@machineHostName:/home/myusername# rabbitmqctl -n rabbit@machineHostName list_queues
Listing queues ...
...done.
{
"url": "amqp://taiga:taiga@machineHostName:5671/taiga",
"secret": "onesecret;)",
"webSocketServer": {
"port": 8094
}
}
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_connect_timeout 7d;
proxy_send_timeout 7d;
proxy_read_timeout 7d;
}EVENTS_PUSH_BACKEND_OPTIONS = {"url": "amqp://taiga:taiga@machineHostName:5672/taiga"}To view this discussion on the web, visit https://groups.google.com/d/msgid/taigaio/cefa6f16-3431-40d0-9091-0e55e73f27b3%40googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/taigaio/cefa6f16-3431-40d0-9091-0e55e73f27b3%40googlegroups.com.