[xSocket-develop] Issues connecting SSL client to XSocket Server
Status: Inactive
Brought to you by:
grro
|
From: Nilendra J. <nil...@ya...> - 2010-09-21 05:43:54
|
Hi,
I am trying to use Xsockets to write a Socket server, to which we will be connecting :
1. java based xsocket client.
2. OR win32 SSL socket client.
I am facing issues connecting to the xsocket server from the win32 SSL client. In the win32 client, I created a socket, then connected it to the server and then did a SSL_Connect (I am using openssl library in win32). But, when the SSL_connect is invoked, the XSocket server's onData gets invoked. Not sure what is happening. Can you please provide some help around this ?
Is XSocket compatible with win32 openssl client library ?
I also tried connecting a java based SSL client to the XSocket server. I was able to connect, but the data that I am sending from the client to the server is being received as garbage data on the server end. What can be the problem here ?
Thanks,
Nilendra
|