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: | Thu, 12 Oct 2006 19:47:46 |
"David Compton" <david.w.compton@gmail.com> wrote in message
news:945966823aff8c8bcd32237ac70@newsgroups.borland.com...
> It seems that I needed to call IdSSLOpenSSLHeaders.Load in
> my code to get the SSL library loaded.
Load() is called automatically by TIdSSLIOHandlerSocketOpenSSL when it goes
to establish its first connection. You do not need to call Load() in your
own code at all.
Gambit