PDA

View Full Version : 504 AUTH SSL unsupported


bandrulle
07-28-2010, 04:18 AM
i changed os from vista to win7. i copy over my ioftpd install. installed cert etc. but i only get SSL unsupported :/

Nothing changed in the conf (it run good in vista)

someone have an idea?

[2] 220 FTP Server ready.
[2] AUTH SSL
[2] 504 AUTH SSL unsupported.

Yil
07-28-2010, 08:10 AM
What version are you running? The v7.4+ releases use OpenSSL so there is no certificate to load/install in windows via certmgr, just files in the local directory. The v7.5+ releases will automatically generate a new certificate if can't be found if you don't disable that option.

One thing I'm not sure of is the portability of certificates, in either ssl library, after an OS re-install. I can't be sure that the fingerprint remains unchanged, so it's possible the certificate won't verify even if installed and that is why it isn't working for you. Just generate a new one via "site makecert".

ioFTPD.log should show you the names of certs it tries looking up during startup, and I think error.log contains any verification errors.