[xSocket-develop] MultiplexedConnection with SSL
Status: Inactive
Brought to you by:
grro
|
From: 李成旭 <lee...@nh...> - 2010-04-15 03:10:30
|
Really thanks for xSocket. I’m using MultiplexedConnection with SSL. [CLIENT] nonBlockSocket = new NonBlockingConnection(host, port, sslCtx, true); [SERVER] Server tServer = new Server(serverConfig.server_port, adapter, sslCtx, true); I thought my socket channel is already secured. But not. Actually socket send plain text to server (Of course Server also listen secured mode). How can I apply secured channel on MultiplexedConnection. I read mailing-list forum. But couldn’t found about it. Also couldn’t find MultiplxedSocket with ssl sample code and test source. Is it unsupported ? If so, this code should throw exception message. Thnaks. |