Error "could not load ssl library" using delphi 7 and indy 10.0.52

0

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 .

    
asked by anonymous 25.08.2016 / 14:32

2 answers

2

Download directly from recommended links this indy project page.

The most current are available here link

Here we use 0.9.8.14 the same as recommended by @VictorZanella.

    
13.11.2016 / 02:53
0

As I recall, I had to install the OpenSSL for Windows library from this link link. Only the dlls had not resolved.

    
20.09.2016 / 16:12