PDA

View Full Version : Problems getting iogui to connect with TLS enabled


en3rmax
08-10-2007, 05:32 PM
i have set TLS connections on my ioftpd server, but now ioGUI wont connect, any ideas guys how i can get it to connect.

thanks in advance

I'm running - ioFTPD 6 1 4 0 & ioGUI 1 0 0 1

Yil
08-10-2007, 06:57 PM
You can use some sort of SSL wrapper, but the easiest solution is to just use:
Require_Encrypted_Auth = !-ioFTPD *

That will require everybody but the master account to login via SSL. Since by default you can only login locally via 127.0.0.1 to that account encryption isn't really an issue...

The_All_Seeing_ioFTPD
08-11-2007, 06:05 AM
thanks i was gonna ask this question after the problem im having now which ill go post :)