When i connect to an FTP server, i get following error
root@hestia-lnx:~# lftp -u sokftp 54.37.215.1 Password: lftp sokftp@54.37.215.1:~> dir ls: Fatal error: Certificate verification: Not trusted lftp sokftp@54.37.215.1:~> ls -la ls: ls -la: Fatal error: Certificate verification: Not trusted lftp sokftp@54.37.215.1:~>
To fix this, run
set ssl:verify-certificate no
You can add this to /etc/lftp.conf to make this permanant
vi /etc/lftp.conf
Add
set ssl:verify-certificate no
See lftp
Leave a Reply