> S: 13 : 10091,Network subsystem is unusable

One possible reason of 10091error  in Synapse is, that underlying
SSL layer is not configured properly. Did you check whether:

  - ssl_openssl.pas unit is included in your uses clause in .dpr file

  - openssl related .dlls (libeay32.dll and ssleay32.dll) are in the same
     folder as you executable

#

If so, the easiest way is IMHO to put breakpoint on 
TTcpBlockSocker.SSLDoConnext()
method and trace it down into SSL layer i.e. methods like 
TSSLOpenSSL.Connect(),
Init() and inspect values of TSSLOpenSSL.FLastError after each SSL 
related operation.


pf




------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
synalist-public mailing list
synalist-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to