PDA

View Full Version : Problems with sitebot and AUTH TLS


Quincy
11-16-2005, 01:22 PM
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?

Mouton
11-16-2005, 04:20 PM
You can only have one config line named Require_Encrypted_Auth, and it should be:

Require_Encrypted_Auth = !-botusername *