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 13:18:42 |
"Remy Lebeau (TeamB)" <no.spam@no.spam.com> wrote in message
news:475845e8$1@newsgroups.borland.com...
>
> Then you likely did not configure TIdHTTP's SSL settings correctly for
> that server.
What do I need to configure? How would I find out? I didn't have to
configure anything for .Net/C#. In fact, it was just this simple..
XmlDocument response = new XmlDocument();
response.Load("https://secure.shippingapis.com/ShippingAPI.dll?API=CustomsCP72V2&XML=...");
//omitting building of XML parameters
Thanks for your assistance.
krf
none