> Ok, I have the following results when trying to connect > - socket.LastErrorDesc = 'Network Subsystem is unstable' > - socket.SSL.lasterror = '0' > - socket.SSL.LastErrorDesc = <empty string>
Then evidently failed loading of your OpenSSL library. Right DLL names are: ssleay32.dll and libeay32.dll. Synapse can work with libssl32.dll too, but only if ssleay32.dll has not found. You probably have ssleay323.dll in some DLL search path, but this DLL not corresponding with your libeay32.dll and library initialization failed. Try to use OpenSSL binary compiled with right DLL names. You can try OpenSSL binaries from Synapse web pages. -- Lukas Gebauer. E-mail: [EMAIL PROTECTED] WEB: http://www.ararat.cz/synapse - Synapse Delphi and Kylix TCP/IP Library ------------------------------------------------------------------------- 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
