websocket connection issue

Issue #255 resolved
Former user created an issue

I'm trying to run the scripts but getting a WebSocket connection issue

Comments (5)

  1. Peter Doornbosch repo owner

    The server does not switch to websocket protocol, as it is supposed to do. Usually, this is caused by connecting to a server or socket that is not configured to do websocket. Another reason could be that the server expects something special in the request (e.g. request parameter, http header, cookie) before it will switch to websocket.

    The general advise with such issues is always: connect a regular client, capture the session with WireShark and use that to set up a JMeter test plan that mimicks the communication good enough to get a session.

    Hth
    Peter

  2. Log in to comment