INDY 10.1.5 - Which SSL dlls work with Delphi 2006?

后端 未结 5 1114
北荒
北荒 2020-12-09 17:12

I\'m trying to connect to google documents (following Marco Cantu\'s excellent REST example) but I am getting the following SSL errors:

1) If I use the SSL dlls from

5条回答
  •  一生所求
    2020-12-09 18:09

    Find the Indy version you are using.Copy the Indy dlls i.e libeay32.dll,libssl32.dll and ssleay32.dll into the Windows/System 32 Folder.It will resolve the error "Could not Load SSL Library"

提交回复
热议问题