View Single Post
Old 09-06-2007, 03:35 PM  
John.H
Junior Member
 
Join Date: Sep 2007
Posts: 1
Default

Quote:
Originally Posted by Flow View Post
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.

hello.

i am new in using ioftpd. everytime when try to install ssl i got this error:

[R] 200-Error: Invalid issuer store location

maybe somebody can help me.

thanks for your help.

regards john.h
John.H is offline   Reply With Quote