I made a mistake in my post below. The error I get at SSL.lastErrorDesc is:
'SLL not yet implemented'
I made a mistake when replying to your email and apologise for that.
Hope this helps!
Werner
On 9/22/06, Werner Hauptfleisch <[EMAIL PROTECTED]> wrote:
Dear Lukas,
I am still trying to solve this item without much success at the moment
I updated by DLL files with the onces avaialable from the synapse website. The problem still remains and when viewing the error I now get:
socket.LastErrorDesc = 'Network Subsystem is unstable'
socket.SSL.LastErrorDesc - 'SSL Not Implemented'
So it seems like the DLL are now correct, but still not with a valid result. Is there anything else that I am missing preventing me from creating the connection?
Thanks, WernerOn 9/12/06, Lukas Gebauer < [EMAIL PROTECTED]> wrote:> 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
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________ synalist-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/synalist-public
