mmm found some other information.
I reinstalled ioftpd clean and is ok. Then i go for a site makecert and it creates the cert.
When i restart the service this is the log:
07-23-2008 22:36:03 SSL: "Successfully generated new cert: ioFTPD" "User=ioFTPD".
07-23-2008 22:36:03 SSL: "Found default certificate" "name=ioFTPD" "Service=FTP_Service"
07-23-2008 22:36:49 LOGOUT: "FTP_Service" "ioFTPD" "ioftpd" "Master Account" "*@127.0.0.1"
07-23-2008 22:36:49 STOP: "PID=5976"
07-23-2008 22:36:49 SSL: "Found default certificate" "name=ioFTPD" "Service=FTP_Service"
07-23-2008 22:36:49 START: "PID=4776" "CmdLine="
07-23-2008 22:37:08 LOGIN: "FTP_Service" "ioFTPD" "ioftpd" "Master Account" "lorelay@127.0.0.1"
07-23-2008 22:37:11 LOGOUT: "FTP_Service" "ioFTPD" "ioftpd" "Master Account" "lorelay@127.0.0.1"
07-23-2008 22:38:04 STOP: "PID=4776"
07-23-2008 22:39:30 SSL: "Found default certificate" "name=ioFTPD" "Service=FTP_Service"
07-23-2008 22:39:30 START: "PID=936" "CmdLine="
07-23-2008 22:42:18 LOGIN: "FTP_Service" "ioFTPD" "ioftpd" "Master Account" "*@127.0.0.1"
07-23-2008 22:42:28 LOGOUT: "FTP_Service" "ioFTPD" "ioftpd" "Master Account" "*@127.0.0.1"
07-23-2008 22:42:34 STOP: "PID=936"
As soon as I remove the ; from
# limit encryption to a particular type: SSL2, SSL3, TLS
# leave this undefined to support any of them
Encryption_Protocol = SSL3
and i restart i get
in Error.log
07-23-2008 22:42:35 Unable to generate outbound credentials. (cert=ioFTPD)
in ioftpd.log
07-23-2008 22:42:35 SSL: "Unable to locate default certificate" "name=ioFTPD" "Service=FTP_Service"
07-23-2008 22:42:35 START: "PID=2888" "CmdLine="
|