Getting Response code: Websocket I/O error Response message: WebSocket I/O error: connect timed out

Issue #172 new
Former user created an issue

using 1.2.8 jar , for WebSocket Open Connection using wss and ws for both getting error

Getting Response code: Websocket I/O error Response message: WebSocket I/O error: connect timed out

Comments (2)

  1. Peter Doornbosch repo owner

    If you get a connect timeout, increasing the read timeout certainly has no effect.

    Increasing the connection timeout might help, but usually the problem is not the timeout is too short, but that the server does not respond at all (on tcp level). Most likely, there is a firewall that blocks the connection.

  2. Log in to comment