Rclone version: rclone v1.63.0
When trying to connect to an FTP server, I got the following error:
Failed to create file system for "gimi:": NewFs: failed to make FTP connection to "ftp.server.com:21": tls: failed to verify certificate: x509: certificate signed by unknown authority
When I add the --no-check-certificate
option, nothing change.
Here the host config:
[gimi]
type = ftp
host = ftp.server.com
user = USER
pass = *** ENCRYPTED ***
tls = false
explicit_tls = true
Is it a bug ? The same as this one Rclone selfupdate --no-check-certificate FLAG not work ?
EDIT:
Find a temporary solution by adding no_check_certificate = true
in config file.