Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Dec : Re: Delphi 2007 - Indy 10 - TidHttp raises a Read Timeout error accessing SSL/ht
| Subject: | Re: Delphi 2007 - Indy 10 - TidHttp raises a Read Timeout error accessing SSL/ht |
| Posted by: | "Kevin Frevert" (kev..@workdrinkingicewater) |
| Date: | Thu, 6 Dec 2007 12:40:50 |
"Remy Lebeau (TeamB)" <no.spam@no.spam.com> wrote in message
news:47571b93$1@newsgroups.borland.com...
>
> "Kevin Frevert" <kevin@workdrinkingicewater> wrote in message
> news:47571095@newsgroups.borland.com...
>
>> Delphi 2007 (default Indy 10 components)
>
> The version of Indy 10 that ships with D2007 (10.1.6) is quite old. Try
> upgrading to the latest snapshot (10.2.3) from Indy's website and see if
> the problem continues.
Now I get 'Could not load SSL library'. The SSL dlls (that are/were on the
Indy site) are in the same directory as the exe .
Googled around and downloaded suggested dlls from OpenSSL.org, installed
that and now I'm getting an exception
'HTTP/1.1 500 Internal Server Error'
I can take the url I am using in the idHttp.Get use it in .Net/C# and the
https request/response works just fine.
Ideas? Suggestions? I can post the more technical details (code) to
.attachments if it would help.
krf