In my application I am using IdHTTP.Get. A part of the code:
var
IdHTTP: TIdHTTP;
begin
IdHTTP := TIdHTTP.Create(nil);
Output := IdHTTP.Get(url);
...
IdHTTP.Free;
Using IdHTTP.Version gives me the version: 10.6.2.5263
I have downloaded the OpenSSL from here, both libeay32.dll and ssleay32.dll are in the same folder of my application.
This problem occured since I am using a new laptop with Windows 10. I hope someone can tell me how to solve this problem!
WhichFailedToLoad()
function in theIdSSLOpenSSLHeaders
unit to find out which DLL failed to load. – whosrdaddyWhichFailedToLoad()
returning? – Remy Lebeau