MD-Studio / MDStudio

A general framework for microservice based distributed applications
Apache License 2.0
12 stars 0 forks source link

SCRAM authentication fails #137

Open felipeZ opened 6 years ago

felipeZ commented 6 years ago

After running the docker command:

docker-compose  up -d crossbar lie_structures common_resources

All the microservices start and crossbar reports that all services all healthy. Then when I try to run the microservices test, for example the common_resources test I get the following error:

2018-08-07T12:06:35+0200 Crossbar host is: localhost
2018-08-07T12:06:35+0200 Collecting logs on session "Run_test_resources"
2018-08-07T12:06:36+0200 session closed with reason wamp.error.not_authorized [SCRAM authentication faile
d]
2018-08-07T12:06:37+0200 dropping connection to peer tcp4:127.0.0.1:8080 with abort=True: WebSocket closi
ng handshake timeout (server did not drop TCP connection in time)
2018-08-07T12:06:37+0200 Scheduling retry 1 to connect <twisted.internet.endpoints.SSL4ClientEndpoint object at 0x7f570902af98> in 2.2326024275886804 seconds.
felipeZ commented 6 years ago

The same test finishes successfully in Python 2