Keep trying to connect to a simple https site, but keep getting this error "Could not load OpenSSL library".
The DLL files are in my executable directory (libeay32.dll and ssleay32.dll). As far as I know, it is the correct version, though finding what OpenSSL version fits my installed Indy version does not seem easy and I may be wrong.
Downloaded the files from here: https://indy.fulgan.com/SSL/
My Indy version is 26.0.34749.6593
I also set a specific directory to look in, just in case:
IdOpenSSLSetLibPath('C:\\Projects\\TestSSL\\Win32\\Debug\\');
IdHTTP1.Get('https://www.vg.no');
Spent the whole day on this now, but solved the same issue in C# in under 5 minutes. Seems to be the way it is with Delphi these days.....
What am I doing wrong? Tried several proposed solutions online, but none of them work ('cause it can't even load the library).