I am using Delphi 7
and indy 10.0.52
, trying to send json
with method post
to api
but I always get this error message:
could not load ssl library
HA long time ago I did this same procedure only with version 9.0 of indy
. Some time ago I had to update indy
to version 10 and from that moment no longer worked this process. In the searches I've done, they say that I should put the correct version for dlls
:
libeay32
ssleay32.
I have tried several versions but with no success with any, someone could tell me what would be the version of dll
correct for this version of indy
.