5

I just installed Eclipse with the Aptana plugin. I need to use FTPS to transfer my files to the server, but if I have the 'validate certificate' box checked, I get this error:

Server Certificate Error: Server certificate could not be validated. (use SSLFTPCertificateException.printCertificates to view certificates.)

I can't find anything in the documentation about how to "use SSLFTPCertificateException.printCertificates" Can someone point me to where this command needs to be executed? I tried in the terminal and got:

sh.exe": SSLFTPCertificateException.printCertificates: command not found

Paul S.
  • 307
  • 4
  • 16

1 Answers1

2

If the server is a trusted source you could just uncheck the validate certificate checkbox. You will still connect using FTPS and without the error.

John Sieber
  • 322
  • 2
  • 13