View Single Post
Old 05-07-2007, 11:41 AM  
Flow
Senior Member
 
Flow's Avatar
 
Join Date: Dec 2001
Posts: 306
Default

make this a .bat file and execute:

cd \cert
makecert.exe -r -n "CN=ioFTPD" -b 05/07/2007 -e 01/01/2100 -eku 1.3.6.1.5.5.7.3.1 -ss my -sr CurrentUser -a md5 -sky exchange -sp "Microsoft RSA SChannel Cryptographic Provider" -sy 12 C:\ioFTPD\ioFTPD.cer

Then goto your C:\ioFTPD\ioFTPD.cer file and dubble click on it (Open it, and choose install)

in ioFTPD.ini search for;

#
# >>>>>>>>>>>> SSL CHANGE THIS <<<<<<<<<<<<<<
#
# After you have created your certificate, change this to the name you used
# which should be your dynamic DNS name, your fixed external IP address, or
# if you have neither of those a made up descriptive name for you server.
# Since all locally generated certificates will report as being unverified
# you might as well get rid of clients also complaining your cert name doesn't
# match your DNS name or IP address.
Certificate_Name = ioFTPD

When you changed that to according, restart iOFTPD, try login again.

Hope this give you a hint.
Flow is offline   Reply With Quote