(04-04-2022, 11:16 AM)Сергей Александрович Wrote: Indy version 10.6.1.5182
10.6.1 is a very old version of Indy. You should upgrade to the latest version from Indy's GitHub repo.
(04-04-2022, 11:16 AM)Сергей Александрович Wrote: OpenSSL version "1.1.0j" 20 nov 2018 .
TIdSSLIOHandlerSocketOpenSSL does not support OpenSSL 1.1.x and later, only 1.0.2 and earlier. For 1.1.x and later, you need to use this SSLIOHandler instead (Note: Work In Progress).

