Thread: SSL problem!
View Single Post
Old 07-18-2005, 02:22 AM  
Grendel
Senior Member
 
Grendel's Avatar
 
Join Date: Jul 2004
Posts: 187
Default

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
__________________
- FlashFXP v4.0 BETA (v3.7.9 Build 1401) registered
- Windows 7 x64
- McAfee Antivirus Enterprise 8.7i Patch 2 + Antispyware 8.7i
Grendel is offline   Reply With Quote