Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Apr : Re: SSL Problem
| Subject: | Re: SSL Problem |
| Posted by: | "MrT" (conta..@heat-mi.org) |
| Date: | Tue, 3 Apr 2007 16:31:48 |
Hi:
Thanks.
I am using the OpenSSL website dlls
Will try the WhichFailedToLoad()
Remy Lebeau (TeamB) wrote:
> "MrT" <contact@heat-mi.org> wrote in message
> news:4612902e@newsgroups.borland.com...
>
>> Indy Snapshot 10.1.5
>
> The current version of Indy 10 is 10.1.6.
>
>> I have app deployed using indy SSL. Worked fine for long time
>> (With version affter version of Indy). I recently rebuilt app after
>> minor change (nothing to do with SSL) and now when I run it on
>> xp where deployed, the first time I run block using SSL, I get
>> Could not load SSL library.
>
> Which SSL DLLs are you using? The ones from Indy's website, or the
> ones from the official OpenSSL website? If the former, then try the
> latter instead, as Indy does not use its custom DLLs anymore.
>
> Also, when the failure does occur, try calling WhichFailedToLoad() to
> find out why.
>
>
> Gambit