I have a strange problem. I'm using Indy to implement FTPES connectivity in my application and connecting to the same server from my application works on some computers but not on all, returning "SSL is not available on this server".
I'm using DLLs from http://indy.fulgan.com/SSL/ (openssl-1.0.1c-i386-win32.zip). The DLLs are in the application's directory. They get loaded (I can't delete them while application is running and WhichFailedToLoad() is empty).
Any ideas what could be causing this and what to try?