Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Oct : Re: IdHTTP Component - Error when Calling Get Method for Https URL
| Subject: | Re: IdHTTP Component - Error when Calling Get Method for Https URL |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Wed, 11 Oct 2006 22:26:18 |
"David Compton" <david.w.compton@gmail.com> wrote in message
news:94596682348e8c8bb767c017ec4@newsgroups.borland.com...
> I'm using Indy version 10.1.5 in Delphi 2006.
>
> I downloaded the dll's from http://www.intelicom.si/ (indy_openssl096g),
> they are dated 13/08/2002.
Then you are using the wrong DLLs (and very outdated ones at that). Indy
10.1.5 uses the official DLLs from http://www.openssl.org now.
> Although I also have a later version of these dll's downloaded from
elsewhere
> (indy-openssl-library-0.9.7j) dated 25/06/2006.
Those are still the wrong DLLs. Indy 10 no longer uses custom-built DLLs
anymore.
> Also which unit do I find TIdSSLIOHandlerSocketOpenSSL in?
IdSSLOpenSSL
Gambit