Hello Lukas!

> You are using your server certificate/key?

Yes, I am using a certificate with key.

    SSL.PFXfile := CCertFile;
    SSL.KeyPassword := CCertPass;

After these values have been assigned, this code is executed:

  FSocket.Bind(lHost, IntToStr(Connection.FPort));
  FSocket.Listen;
  FSocket.SSLAcceptConnection;

And the last line raises the exception.
FSocket.RaiseExcept is True of course :)



Regards
Stefan Meisner

www.delphi-online.at
Delphi Remoting Components
Delphi Memory Profiler

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