View Single Post
Old 11-16-2005, 01:22 PM  
Quincy
Member
 
Join Date: Nov 2004
Posts: 30
Default Problems with sitebot and AUTH TLS

Hi everyone.

I want sitebot not to use AUTH TLS while conecting to FTP, whereas everyone else have to.
I changed ioftpd.ini accordingly to documentation, and have sitebot conecting without SSL but users can connect with/without SSL.

This is my .ini

Require_Encrypted_Auth = !-^bot^*
Require_Encrypted_Auth = *
Require_Encrypted_Data = !*
Certificate_Name = x.xx.xxx.xx
Explicit_Encryption = True
Encryption_Protocol = TLS
Min_Cipher_Strength = 128
Max_Cipher_Strength = 128

Have tried several things (like commenting ;Require_Encrypted_Auth = *), but nothing changes: all users can connect with/without AUTH TLS.

Can anyone help?
Quincy is offline   Reply With Quote