Just going through trying to get SSLSockets working between a very
simple client and server.
They just don't seem to communicate.
My client I have 2 buttons.
One connects and the other sends some data I put in a text box.
The connection one doesn't give me an error (I have a msgbox in the
Error event of the SSLSocket)
but when I send I dont get anything on the server
The server side is similarly simple. A server socket listening on the
right port.
A Subclass of SSL Socket that has almost nothing in it except it writes
a message "Connected " and time stamp to a listbox on an open window.
SSL Sockets don't connect for me.
I have them both set to connection type 2.
But, change both sockets in the client and server to plain TCP sockets
and change nothing else and it works.
Is there some trick to SSLSockets ?
- - -
Unsubscribe or switch delivery mode:
<http://support.realsoftware.com/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
|