Luc14860 / jwebsocket

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

SSL errors #156

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When running the jWS server and connecting clients through SSL (wss), we get 
these SSL errors:

2012-01-23 11:30:29,345 ERROR - TCPEngine$EngineListener: SSL engine: 
SSLHandsha                               keException: Remote host closed 
connection during handshake
[ERROR][org.jwebsocket.tcp.TCPConnector] - WebSocketException reading hybi 
(01.5                               0495.1025): Stream closed.
2012-01-23 11:30:29,940 ERROR - BasePlugInChain: Connector '01.50495.1025' 
stopp                               ed at plug-in 'jws.jms': 
NullPointerException: null

Original issue reported on code.google.com by rbertema...@gmail.com on 23 Jan 2012 at 4:33

GoogleCodeExporter commented 9 years ago
We also see these errors:

Exception in thread "jWebSocket SSL-Connector 01.61491.43" 
java.lang.NoSuchMethodError: 
org.jwebsocket.kit.WebSocketProtocolAbstraction.read(Ljava/io/InputStream;)I
        at org.jwebsocket.tcp.TCPConnector$ClientProcessor.processHixie(TCPConnector.java:362)
        at org.jwebsocket.tcp.TCPConnector$ClientProcessor.run(TCPConnector.java:338)
        at java.lang.Thread.run(Thread.java:662)

Original comment by rbertema...@gmail.com on 23 Jan 2012 at 7:41