I need to connect to a server, and accept a SSL connection after which I need to stream some data and wait for a result. Creating the TCP Client connection over a normal socket is no problem, but I cannot get the SSL to work and am probably doing something stupid wrong again, and cannot find a solution in the forum or examples.
How does the TCP client accept the SSL connection. Usually I would:
//Connect to the server on a port that requires ssl
Socket.Connect('URL', '443');
//Send data
Socket.SendString('bla bla bla...');
//Recv a result
str := Socket.RecvString(10000);
How do I accept a SSL connection on the client?
Thanks for you help and a usefull forum!
Werner
------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________ synalist-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/synalist-public
