Description
hello, im implementing a simple secure websocket server and client. My server implementation is the same as provided in the example folders, and im using websocket.org to test this implementation (http://www.websocket.org/echo.html)
. I can connect using WSS. However, to do so, i need to request connection on thwo tabs, and close one of them. The other then, connects perfectly. If i dont close one of the tabs, all connections timeout. The server does not give me any exceptions on console not when it connects nor when it cant.
I dont have many experience with WSS. However, WS implementaton works out of the box with this same server.
For my experience, seems like a endless loop is created when i try to connect. And only breaks when i kill one of the tabs trying to connect.
For the record, im using version 1.3.3
Can you help me out pls?! =*
EDIT -
Hello again, im posting a sample project to illustrate my problem. With this project is my keystore.jks.
The password for the keystore is password
and the password for the key is password
, as shown on my source.
Please, help out.
d3_Servidor.zip