View Single Post
Old 11-03-2004, 10:17 AM  
Hor0
Junior Member
 
Join Date: Oct 2004
Posts: 2
Default

Don't forget than for use the SSL you must run the ioftpd on the same account who registered the certificate.
And for your SSL problem, try with your computername.

Code:
makecert.exe -r -n "CN=%computername%" -b 01/01/2004 -e 01/01/2010 -eku 1.3.6.1.5.5.7.3.1 -ss my -sr CurrentUser -sk %computername% -a md5 -sky exchange -sp "Microsoft RSA SChannel Cryptographic Provider" -sy 12 ioftpd.cer
For example.
And put your "%computername%" in your ioftpd.ini
(%computername% is a windows variable)

Code:
Require_Encrypted_Auth = !*
Require_Encrypted_Data = !*
Certificate_Name = your_computer_name
Explicit_Encryption = True
Encryption_Protocol = SSL3
Min_Cipher_Strength = 128
Max_Cipher_Strength = 256
And run the ioftpd.exe with the same account who created and imported the certificate.
Hor0 is offline   Reply With Quote