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: | "David Compton" (david.w.compt..@gmail.com) |
| Date: | Fri, 13 Oct 2006 07:30:55 +0000 (UTC) |
Hello Remy,
Calling Load manually was the only way that I could get around the "Could
not load SSL library" error.
If I should not be calling Load manually then do you have any other suggestions
as to how to resolve that error?
Regards,
David Compton
mailto:david.w.compton@gmail.com
> "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
none