try downloading the cert from the ssl port (or any other way) first ;) echo | openssl s_client -connect example.org:443 | openssl x509 -out ~/curlftpcert.pem curlftpfs -o ssl,cacert=~/~/curlftpcert.pem,no_verify_peer ftps://... https://wiki.ubuntuusers.de/curlftpfs/
try downloading the cert from the ssl port (or any other way) first ;) echo | openssl s_client -connect example.org:443 | openssl x509 -out ~/curlftpcert.pem curlftpfs -o ssl,cacert=~/~/curlftpcert.pem,no_verify_peer ftps://...
try downloading the cert from the ssl port (or any other way) first ;) echo | openssl s_client -connect example.org:443 | openssl x509 -out ~/curlftpcert.pem curlftpfs -o ssl,cacert=~/serverzertifikat.pem,no_verify_peer ftps://...