Fixed if you go to FPC 320.
But I agree with you, it would be nice to have OpenSSL 1.1.1 in Indy but it's an open source project so it needs people who contribute changes like that But I'm sure that there will be OpenSSL 1.1.1 support soon
Maybe mistake is just here:Code: Pascal [Select][+][-]IdOpenSSLSetLibPath(ParamStr(0));In my case this code is working fine under Debian 11:Code: Pascal [Select][+][-]IdOpenSSLSetLibPath(ExtractFilePath(ParamStr(0)));