Fritz MichaelG
Basic Pleskian
I am using a Personal FTP Repository for my Backups. The connection works fine if I don't use FTPS, however, whenever I try to activate FTPS, I just get this error message:
I think this is because of a missing installed SSL certificate for the Apache Server or something? I am unable to use CURL with SSL encryption in general (i.e. when I try to open a remote address with https:// for instance, CURL is unable to connect as well, in one of my own applications). I am unsure what to do in order to fix this. I'd prefer to use FTPS instead of a completely unencrypted connection.
For the record, I checked the connection to the other FTP server via FTPS with FileZilla for instance, which works fine.
Code:
Error: FTP connection failed, please check your FTP settings.
Repository error: Transport error: unable to list directory: Curl error: Couldn't connect to server
I think this is because of a missing installed SSL certificate for the Apache Server or something? I am unable to use CURL with SSL encryption in general (i.e. when I try to open a remote address with https:// for instance, CURL is unable to connect as well, in one of my own applications). I am unsure what to do in order to fix this. I'd prefer to use FTPS instead of a completely unencrypted connection.
For the record, I checked the connection to the other FTP server via FTPS with FileZilla for instance, which works fine.
Last edited: