Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Jun : Re: Indy 10 and SLL : Could not load ssl library
| Subject: | Re: Indy 10 and SLL : Could not load ssl library |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Fri, 30 Jun 2006 11:21:30 |
"Malatar" <info@full-technologies.com> wrote in message
news:44a4e1af$1@newsgroups.borland.com...
> I have some problems with indy and his component IdHttp.
> I'm trying to send post informations, but all the time Indy
> send me an error : Could not load ssl Library.
>
> I have Delphi 2005 enterprise update 3 and i'm using openssl
> lib 0.98a
The version of Indy that ships with any version of Delphi (up to and
including 2006) cannot use the standard OpenSSL DLLs at all. You must use
the custom Indy-made DLLs instead. Download links are available on Indy's
website (http://www.indyproject.org).
Indy 10 recently got updated to fully support the standard DLLs, so the
custom DLLs are no longer needed. To use the standard DLLs, you need to
upgrade to the latest Indy 10 snapshot.
> I dont known how to find the version of indy component
Right-click on any Indy component in the form designer, or look in the
IdVers.inc file.
> they are the originaly install of the components.
Then you are using an older build.
Gambit