Via Cà Matta 2 - Peschiera Borromeo (MI)
+39 02 00704272
info@synaptica.info

Delphi 10.4.1 Indy SSL on Ubuntu 20.04

Digital solution partner

Delphi 10.4.1 Indy SSL on Ubuntu 20.04

 

If you deploy your FMX application on Ubuntu 20.04 and you are using indy ssl interceptor, you will get “Could not load SSL library”. On Indy Server the error is: “EIdOSSLCouldNotLoadSSLLibrary: Could not load SSL library”.

This problem is caused because Indy does not suppurt the lastest version of openSSL library.

To avoid this problem you can compile by your self the SSL libraries ver. 1.0.2u that are compatible with Indy with few commands:

after that you can copy the binaries (.so files) into your application folder, like this:

that’s it, all done and your Indy FMX application is ready for Ubuntu 20.04.

The same resolution is valid for Lazarus Project too…