Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Apr : Re: SSL Problem
| Subject: | Re: SSL Problem |
| Posted by: | "MrT" (conta..@heat-mi.org) |
| Date: | Thu, 5 Apr 2007 23:48:05 |
Hi:
That was indeed the problem. Thanks much.
MrT wrote:
> Hi:
>
> Search showed ssleay32.dll and libeay32.dll in system32 where I want
> them and installed under BOINC (running seti@home) and FileZilla on
> my Win2K development machine where the error does not occur.
>
> All different dates:
>
> System32 ssleay32.dll 6/28/06 196K
> libeay32.dll 6/28/06 1040K
>
>
> On the XP machine:
>
>
> System32 ssleay32.dll 08/13/02 152K
> libeay32.dll 08/13/06 668K
>
> I will wager that the old version of the app deployed on the xp machine
> was built with Indy 9 and the new exe I am trying to deploy is built
> with Indy 10 and requires the newer dll's.
>
> I will proceed accordingly.
>
> Thanks.
>
>
> Remy Lebeau (TeamB) wrote:
>>
>> You probably have multiple copies of the DLL located on the machine.
>> Indy does not specify any paths when loading the SSL libraries, so it
>> loads whatever it on the OS's search paths.
>>
>>
>> Gambit
none