> 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?

SSL plugin try to load OPENSSL in unit initialization code first. 
When it failed (DLLs are not found on standard DLL search path), then 
SSL plugin is not registered in Synapse!

You reload OpenSSL, but you still ot have registered plugin. See this 
lines in ssl_openssl unit initialization section:

  if InitSSLInterface then
    SSLImplementation := TSSLOpenSSL;



-- 
Lukas Gebauer.

http://synapse.ararat.cz/ - Ararat Synapse - TCP/IP Lib.
http://geoget.ararat.cz/ - Geocaching solution


------------------------------------------------------------------------------
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

Reply via email to