ok , try the following...
1)
stop ioFTPD
2)
start "certmgr.exe" and delete the old ioftpd cert.
3)
close "certmgr.exe"
4)
make a little batch in same path as makecert.exe
Code:
makecert.exe -r -n "CN=localhost" -b 01/01/2005 -e 01/01/2015 -eku 1.3.6.1.5.5.7.3.1 -ss my -sr CurrentUser -a sha1 -sk localhost -sky exchange -sp "Microsoft RSA SChannel Cryptographic Provider" -sy 12
5)
start the batch
6)
start "Certmgr.exe" , and check if the cert is here.
7)
edit ioFTPD.ini
Code:
Certificate_Name = localhost
Explicit_Encryption = True
Encryption_Protocol = SSL3
Min_Cipher_Strength = 128
Max_Cipher_Strength= 168
save .ini and start ioFTPD again
Good luck
P.S.:
Quote:
Max_Cipher_Strength = 1024
|
btw. ioFTPD 5.8.5 does not support more than 168Bit encryption by design,
because it's using internal Windows-structures for encryption - instead of Open-SSL