PDA

View Full Version : SSL only ????


boogieman
11-04-2003, 07:58 AM
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

darkone
11-04-2003, 08:12 AM
Require_Encrypted_Auth = *
Require_Encrypted_Data = *

!* = Require noone to use
* = Require everyone to use

boogieman
11-04-2003, 08:22 AM
thnx alot darkone :D