Hi
I want to locate the SSL dlls in a sub folder of my application and did the
following:
SetDllDirectory(PWideChar(
SettingsPath)); //SettingsPath is a path to the subfolder
DestroySSLInterface;
InitSSLInterface;
When the dll files were in the same folder as the executable, it worked
with no problem.
When the dll files were in a sub folder of the executable's folder, it
didn't work.
I put a break point in InitSSLInterface function and it shows that the dll
loading fails at the beginning (before calling SetDllDirectory) as expected
and when calling InitSSLInterface after calling SetDllDirectory, it does
load the dlls and the handles have values (nonzero) and the return value is
TRUE.
All signs shows as if it works but when actually calling the (ssl) login, i
get back that "ssl/tls are not compiled".
What am I missing?
Thanks
------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
synalist-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synalist-public