I'm using SimpleSFTP of Demo. I want to use a privatekeyfile,
but I go an error, "Synapse TCP/IP SOcket error 10091:".
my code like this:
    FSocket.SSL.Username:=UserName;
    FSocket.SSL.Password:=Password;
    FSocket.SSL.KeyPassword:=KeyPassword;
    FSocket.SSL.PrivateKeyFile:=PrivateKeyFile;

also in ssl_cryptlib.pas, it says "to use secure connection and authorize
self by certificate", I need to use "TCustomSSL.PrivateKeyFile" and
"TSSLCryptLib.PrivateKeyLabel" and "TCustomSSL.KeyPassword".
I don't know how to use PrivateKeyLabel.

could anyone help me how to use privatekeyfile?

------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
synalist-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to