• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Problem with FTPS backup repositories (incl. workaround)

Webbenny

Basic Pleskian
Dear Plesk team,

I've tried to setup a ftps backup repository. It has always fails with an error: "Transport error: unable to list directory: Curl error: Access denied to remote resource" or in the logs:
Code:
/opt/psa/admin/logs# cat migration.log
(...) Curl error: Login denied [./ftp.cpp:559]

The problem:
During the setup the plesk pmm-ras checks the repo WITHOUT SSL only ftp:// is used. Even if FTPS is checked.
Code:
/opt/psa/admin/logs# cat migration.log
/opt/psa/admin/bin/pmm-ras --check-repository --dump-storage=ftp://[email protected]/users/ --use-ftp-passive-mode

All the following (scheduled) backup tasks are executed as expected WITH SSL (ftps://).

Conclusion:
In most cases this is not a problem, because FTP servers accept both ftp and ftps connection. But the password is not secured for the first time. In my case my server doesn't accept non SSL connections, so I've to disable this and enable after the initial setup of my backup repo. But my ftp password was one time transfered without ssl - thats bad.

Best regards, Benjamin
 
Back
Top