SSL only ????
Hello,
i've just made an SSl certificate and all works fine, but when users logon to my site they can logon with or without SSL,
is it possible to make your site SSL only ????
This is my ioftpd.ini encryption config, maybe i did something wrong here????
#
Require_Encrypted_Auth = !*
Require_Encrypted_Data = !*
Certificate_Name = **********
Explicit_Encryption = True
Encryption_Protocol = SSL3
Min_Cipher_Strength = 56
Max_Cipher_Strength = 384
|