josejamilena-lda / jwebsocket

Automatically exported from code.google.com/p/jwebsocket
1 stars 1 forks source link

SSL error in BaseWebSocketClient #190

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run client on Android
2. Connect another client (both via ssl)
3. Boom. First client will disconnect.

What is the expected output? What do you see instead?
No output. Connection closed.

What version of the product are you using? On what operating system?
1.0 beta 8 on Deian wheezy
java version "1.7.0_03"
OpenJDK Runtime Environment (IcedTea7 2.1.1) (7~u3-2.1.1-3)
OpenJDK 64-Bit Server VM (build 22.0-b10, mixed mode)

Please provide any additional information below.
SSLException: "Read error: ssl=0x517f8900: Failure in SSL library, usually a 
protocol error"

in line 888 of BaseWebSocketClient:

WebSocketPacket lPacket = 
WebSocketProtocolAbstraction.protocolToRawPacket(mVersion, mIS);

Original issue reported on code.google.com by mail...@googlemail.com on 28 Aug 2012 at 7:15