> Ah, this is really wrong!
> Call SSLAcceptConnection on accepted client connection. You must
> first accept standard TCP connection, and then you can upgrade it to
> SSL.

Ok. So I have tried the following (it's being executed within an own 
thread):

      lSocket := FSocket.Accept;
      if not Terminated and (lSocket <> INVALID_SOCKET) then
      begin
        if IsSSL(FSocket) then
          FSocket.SSLAcceptConnection;

still I get error 10091. I have added your suggested code in 
TSSLOpenSSL.Accept
  err := SslGetError(FSsl, x);

The value of err is 5.

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