Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Error: Could not load SSL library
#2
Use a special directory for your SSL files, then force Indy to use this directory.
If you don't do this, Windows (?) will try to find the files anywhere on the system (using the global Path), and you may end up using some very old and dangerous versions, or incompatible ones.

Code:
uses IdSSLOpenSSLHeaders;

SSLDir := MyFullPath;
IdOpenSSLSetLibPath(SSLDir);


Bart
---
Bart Kindt
CEO and Developer
SARTrack Limited
New Zealand
www.sartrack.nz
Reply


Messages In This Thread
Error: Could not load SSL library - by RaelB - 05-09-2018, 08:49 AM
RE: Error: Could not load SSL library - by BartKindt - 05-09-2018, 01:54 PM
RE: Error: Could not load SSL library - by RaelB - 05-09-2018, 02:10 PM
RE: Error: Could not load SSL library - by RaelB - 05-09-2018, 03:19 PM
RE: Error: Could not load SSL library - by RaelB - 05-09-2018, 06:36 PM
RE: Error: Could not load SSL library - by RaelB - 05-12-2018, 06:44 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)