Hello!
I do have a simple client/server based on Synapse.
Now I wanted to test SSL using OpenSSL.
I have added the appropriate units and within the server I did add
FSocket.SSLAcceptConnection;
Also I have added an certificate along with it's password:
SSL.PFXfile := CCertFile;
SSL.KeyPassword := CCertPass;
However: FSocket.SSLAcceptConnection raises an Socket Error 10091: Network
subsystem is unusable.
To be complete... on the client I did add
FSocket.Connect(FHost, IntToStr(FPort));
FSocket.SSLDoConnect;
Would this basically be enough?
I am using the latest development snapshot. OpenSSL 0.9.8d is installed.
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