<div dir="ltr"><div></div><div>Indy has support for OpenSSL 1.1.1, just not officially (yet).</div><div>See <a href="https://github.com/IndySockets/Indy/pull/299">https://github.com/IndySockets/Indy/pull/299</a></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Am Mi., 5. Mai 2021 um 16:38 Uhr schrieb Michael Van Canneyt via fpc-pascal <<a href="mailto:fpc-pascal@lists.freepascal.org">fpc-pascal@lists.freepascal.org</a>>:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
<br>
On Wed, 5 May 2021, Bo Berglund via fpc-pascal wrote:<br>
<br>
> I have an application which is ported from Delphi to FreePascal and will be used<br>
> on Raspberry Pi (Debian based Linux).<br>
> It uses Indy10 components. Indy is installed using OnLinePackageManager in<br>
> Lazarus.<br>
><br>
> The problem I have is that when I run the application it gets an exception when<br>
> trying to send an email via an SSL encrypted SMTP mail server.<br>
><br>
> The exception log I have shows this:<br>
> ERROR: Exception during email send: Could not load SSL library.<br>
><br>
> When searching for this problem I found a Lazarus forum thread dealing in the<br>
> same, where a openssl version clash is the reason:<br>
> <a href="https://forum.lazarus.freepascal.org/index.php/topic,48974.msg354212.html#msg354212" rel="noreferrer" target="_blank">https://forum.lazarus.freepascal.org/index.php/topic,48974.msg354212.html#msg354212</a><br>
><br>
> This post states that the problem is solved in FPC 3.2.0<br>
<br>
If you are using Indy, it is not.<br>
<br>
><br>
> The core of the problem seems to be the openssl version clash...<br>
><br>
> Any ideas on how to solve this on Pi-OS Linux?<br>
<br>
You can't. Indy does not work with openssl 1.1. <br>
You must install an older openssl library if you wish to work with Indy.<br>
<br>
Michael.<br>
_______________________________________________<br>
fpc-pascal maillist  -  <a href="mailto:fpc-pascal@lists.freepascal.org" target="_blank">fpc-pascal@lists.freepascal.org</a><br>
<a href="https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal" rel="noreferrer" target="_blank">https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal</a><br>
</blockquote></div>