philip888 Posted April 13, 2017 Posted April 13, 2017 Hi, I would like to sync my folder content between my computer and the hosting via lftp (i belive rsync doesn't work on hosting) ok to login but got the following error when I would change the directory like cd, ls or other commands: lftp ftpuser3@philiptest.usa.cc@ftp.philip1.heliohost.org:~> mirror -Rmirror: Fatal error: Certificate verification: certificate common name doesn't match requested host name ‘ftp.philip1.heliohost.org’ ---------------then I make some changes in my lftp.conf in /etc directory in my computer by adding the following command in the config file: set ssl:check-hostname no then it seems can login but another error comes out lftp ftpuser3@philiptest.usa.cc@ftp.philip1.heliohost.org:~> lsls: ls: Login failed: 530 Login authentication failed any ideas?---------------------------------UPDATED: problem solved by adding the following 2 lines into the lftp.conf file: set ssl:verify-certificate noset ftp:ssl-allow off Sorry about that.Thanks.
Luigi123 Posted April 13, 2017 Posted April 13, 2017 If you have any questions or if you need help anything, feel free to post it on the forums. Marking this Thread as Solved.
Krydos Posted April 14, 2017 Posted April 14, 2017 Fatal error: Certificate verification: certificate common name doesn't match requested host name ‘ftp.philip1.heliohost.org’The certificate common name is tommy.heliohost.org. Just connect to that domain instead of ftp.philip1.heliohost.org and you should be able to use SSL.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now