Re: [twsocket] SslWSocketServer

2015-04-03 Thread COX Geoff
The error occurs even though the socket has been closed. The client does the following 1. Creates the socket 2. Connects to socket (I get connected message ) 3. SSL Handshake 4. Writes to socket 5. Closes socket The second time I try, I get the Client Disconnected when the SSL Handshake is

[twsocket] SSL Issue

2015-07-10 Thread COX Geoff
Hi I have an application which uses the sslWSocketServer component. (based on the example Simple SSL Server in the component package). ICS version OverbytesV7Gold I can send messages to the server successfully with 2 caveats: Message Length The length of the message is not being dealt with