Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Debugging FTPS SSL validation in Aptana plugin for Eclipse

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

like image 549
Paul S. Avatar asked Nov 05 '22 04:11

Paul S.


1 Answers

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.

like image 200
John Sieber Avatar answered Nov 12 '22 11:11

John Sieber