PDA

View Full Version : only auth ssl


quade1337
12-24-2014, 12:44 PM
how do i setup my ioftpd.ini so only auth ssl connections are allowed no other connections.

Yil
12-24-2014, 04:41 PM
In ioftpd.ini use the Require_Encrypted_Auth setting. By default it doesn't require SSL/TLS but the comment shows how to enable it for everyone.

quade1337
12-25-2014, 05:38 PM
[1] 220 FTP Server ready.
[1] AUTH SSL
[1] 234 AUTH SSL successful.
[1]
[1] Network subsystem is unusable(10091)

in my ini i have

Encryption_Protocol = SSL3
OpenSSL_Options = NO_TLSv1|NO_SSLv2