1
I’m using Delphi 7
and indy 10.0.52
, trying to send a json
methodically post
for a api
but I always get this error message:
could not load ssl library
A long time ago I did this same procedure only with version 9.0 of indy
. A while ago I had the need to update the indy
for version 10 and as of this moment no longer worked that process. In the research I did, they say I should put the correct version for dlls
:
libeay32
ssleay32.
I have tried several versions but without success with any, someone would tell me what would be the version of dll
correct for this version of indy
.
I use version 10 of Indy, and both dlls are in version 0.9.8.14
– Victor Tadashi