Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Feb : UUsing SSL
| Subject: | UUsing SSL |
| Posted by: | "Hamid" (hrz_m..@yahoo.com) |
| Date: | 25 Feb 2006 04:39:42 |
I am using TIdConnectionInterceptOpenSSL and TIdHTTP components together to make a SSL conntection. I am using the Get method of TIdHTTP component to retrieve a URL. Is it sufficient for me to change Get("http://...") to Get("https://....") after setting intercept of TIdHTTP? Does it work properly?