Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 May : TidHTTP client with SSL via OpenSSL - moving to Indy 10 from Indy 9
| Subject: | TidHTTP client with SSL via OpenSSL - moving to Indy 10 from Indy 9 |
| Posted by: | "Ron L." (infopath@nospam-pireporting.com) |
| Date: | Mon, 14 May 2007 11:21:16 |
Hi,
I am looking at translating an application using Indy 9 with OpenSSL to Indy
10.
Doing some research, looking at the code etc... - it looks to me that I will
need to do the following:
1. Install 10.1.16 to have access to the latest OpenSSL DLLs
2. I no longer need to manually load (with LoadLibrary) the OpenSSL dlls -
they will be automatically loaded as needed
3. I still need to set the IOHandler property of my TidHTTP to the OpenSSL
IOHandler that I am going to manually set.
Is this correct?
Anyone has a simple Indy 10 HTTP client sample I can look at?
Thanks,
Ron.