Newsgroups : Borland : borland.public.delphi.internet.winsock : 2008 Apr : Could Not Load SSL library
| Subject: | Could Not Load SSL library |
| Posted by: | "Phil Barber" (pbarbe..@houston.rr.com) |
| Date: | Tue, 8 Apr 2008 15:37:52 |
I have a client that has switched from FTP to FTP w/SSL.
I am using INDY 10.1.5 Delphi 6
I have aTidFTP component and a TidSSLIOHandlerSocketOpenSSL assigned to the
IOHandler property of the TidFTP.
for the FTP I have the following properties
port = 21
Passive = true
UseTLS = utUseExplicitTLS
I have set the FTP Host, username and Password as well.
when I go to Connect I get the "Could not Load SSL Library" error.
Looking at goolge I thought I need two dll's: SSLeay32 and LibEay32.
I found them on the internet and have placed them in the System32 folder as
well as the Project folder with no results.
any hints would be much appreciated!
thanks
phil