libeay32.dll not found

Hi @alberto ,

I believe the solution here is to provide your own SSL libraries as part of your build and add them tot he LD_LIBRARY_PATH. The API will load the TLS libraries found on LD_LIBRARY_PATH first and only resort to loading the libraries co-located with libsolclient.so as a backup.

Note from docs in supported environment:

Note that this was recently discussed in a github issue as well that has some more context:

Hope that helps!