You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Connected to wss://echo.websocket.org:443.
Received message: Reconnecting.
Received message: Disconnected(None).
This occurs even if I provide a list of protocols to connect, and with every secure WebSocket I've tried. However, everything works correctly (and I get my echo replies) when connecting to ws://echo.websocket.org:80 and other insecure servers.
Does the client support SSL? Am I misusing it? Is it an environmental problem? (For reference, I'm using 0.3.0 for Scala 2.11.)
The text was updated successfully, but these errors were encountered:
Did you find a way to fix this? Did you migrate to another library?
I've the same problem now, and I didn't receive any answer from backchat about this issue.
How did you solve it?
I've got a trivial example:
However, the only output I get is:
This occurs even if I provide a list of protocols to
connect
, and with every secure WebSocket I've tried. However, everything works correctly (and I get my echo replies) when connecting tows://echo.websocket.org:80
and other insecure servers.Does the client support SSL? Am I misusing it? Is it an environmental problem? (For reference, I'm using 0.3.0 for Scala 2.11.)
The text was updated successfully, but these errors were encountered: