> IMHO the best practice is to trace into SSLAcceptConnection method
> and ssl_openssl module respectivelly. Then to focus on methods Init()

Hello!

I've traced into the code and it actually fails here:

function TSSLOpenSSL.Accept: boolean;
...
x := sslAccept(FSsl);

x is -1 and LastError 0.

finally in function TTCPBlockSocket.SSLAcceptConnection: Boolean;

  if not FSSL.Accept then
    FLastError := WSASYSNOTREADY;

it sets the error to 10091. Ok. So the error number and message is not
really reflecting the source of the error.

So the question is: why does sslAccept(FSsl) fail?

Regards
Stefan


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
synalist-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to