How to Fix lftp Fatal Error: Certificate Verification: Not Trusted
How to Fix lftp Fatal Error: Certificate Verification: Not Trusted
Edit the configuration file:
vi /etc/lftp.conf
Add the following to the configuration file:
set ssl:verify-certificate no and save and exit.
…