Open oberstet opened 4 years ago
from a frontend client perspective, the client fails during WAMP authentication opening handshake with correct error:
(cpy382_1) oberstet@intel-nuci7:~/scm/crossbario/crossbar-examples/crossbarfx/webcluster$ python client-test1.py websocket-cbor
2020-07-31T19:21:16+0200 Starting factory <autobahn.twisted.websocket.WampWebSocketClientFactory object at 0x7f6d18ff13a0>
2020-07-31T19:21:16+0200 session leaving 'wamp.error.authentication_failed'
2020-07-31T19:21:16+0200 wamp.error.authentication_failed: Frontend connection accept failed (Connection was refused by other side: 111: Connection refused.)
2020-07-31T19:21:16+0200 Stopping factory <autobahn.twisted.websocket.WampWebSocketClientFactory object at 0x7f6d18ff13a0>
however, the error message is misleading .. it is the accepting proxy worker failing to establish a backend connection ..