indy

INDY 10.1.5 - Which SSL dlls work with Delphi 2006?

谁都会走 提交于 2019-11-27 02:40:11
问题 I'm trying to connect to google documents (following Marco Cantu's excellent REST example) but I am getting the following SSL errors: 1) If I use the SSL dlls from openssl-0.9.8i-i386-win32.zip I get the error: "Could not load SSL library" 2) If I use the SSL dlls from indy_OpenSSL096m.zip I get the error: "Error connecting with SSL" 3) If I use the SSL dlls from openssl-0.9.8h-i386-win32-Indy-IntraWebEdition.zip I get the error: "Could not load SSl Library" Now I've researched this and there

Log in to website from Delphi

杀马特。学长 韩版系。学妹 提交于 2019-11-27 02:25:58
问题 I would ask if someone was kind enough to explain to me how to login at webpage from Delphi app. All the examples I've found here have proved useless to me or I'm doing something wrong. I'm tired of the search and the code that does not work. There is no error message, I even get page code into Memo but seems it's code from login page (not account [dashboard] page) - seems this code can't pass auth at all and I don't know why. What is wrong in this code : procedure Login; var HTTP: TIdHTTP;

How to statically link Indy SSL files?

泪湿孤枕 提交于 2019-11-26 23:23:12
问题 How can I statically link Indy OpenSLL files? AFAIK only ICS allows this but for some weird reason Indy doesn't. Neither does it provide .obj files? This will allow me to avoid any dependency on the dll's. 回答1: OpenSSL is primarily meant to be used dynamically. That allows for easy upgrades when new OpenSSL versions are released. However, OpenSSL can be compiled statically as well, and Indy 10.6.0+ does support linking to OpenSSL statically, but currently only supports that on iOS devices

Is it possible to use Indy 10.5.8.0 in Delphi XE and DataSnap?

早过忘川 提交于 2019-11-26 23:16:12
问题 The case I'm trying to update the INDY to the latest version for my Delphi XE (Update 1), so I downloaded the latest INDY10 file (Indy_4545.zip) from indy.fulgan.com/ZIP. The packages compiles successfully and I can now even see the new version 10.5.8.0 on the about box dialog, but after a IDE restart I got a message saying: No se encuentra el punto de entrada del procedimiento @Idhttp@TIdCustomHTTP@GetRequestHeaders$qqrv en la biblioteca de vínculos dinámicos IndyProtocols150.bpl. My free

Delphi: idHttp+SSL

孤者浪人 提交于 2019-11-26 22:18:31
问题 Explain me please how to download a file from a server using SSL (https://). I have not found an appropriate answer in the Internet. Everybody says about TIdSSLIOHandlerSocket, but I have only TIdSSLIOHandlerSocketOpenSSL. I have an error 'could not load SSL library' if I use TIdSSLIOHandlerSocketOpenSSL. Some people say it needs a library, but the most even do not mention about it. Do I need to use libraries from here http://www.indyproject.org/sockets/SSL.EN.aspx ? I have those DLLs in

How to check URL with IdHTTP?

大城市里の小女人 提交于 2019-11-26 13:04:05
问题 How can I check for the target URL for specific response code like 200 OK without Indy throwing all sorts of exceptions out. ConnectionTimeout,ConnectionClosedGracefully, etc... For example if URL is not proper or its host cannot be found or cannot be reached. Indy will still rise exceptions even though i tried to ignore them. So my question is how to properly ignore these exceptions. 回答1: 1. How to ignore all exceptions thrown by the TIdHTTP ? To handle all exceptions and, as you say, ignore