Changes between Version 14 and Version 15 of help/en/howto/ftp
- Timestamp:
- Sep 2, 2010 11:02:39 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
help/en/howto/ftp
v14 v15 15 15 Only [http://en.wikipedia.org/wiki/FTPS#Explicit explicit] TLS is supported. 16 16 17 === Disable SSL/TLS X.509 certificate trust validation === 18 19 If you have problems with the ''Keychain'' trust settings, you can use the following options to disable verification of certificates. Be aware that this a severely compromising security. This is '''not''' a recommended configuration. Before disabling trust verification, try to restart Cyberduck after editing the trust setting. 20 * Disable certificate validation for ''FTP-TLS'': 21 22 {{{ 23 defaults write ch.sudo.cyberduck ftp.tls.acceptAnyCertificate true 24 }}} 25 17 26 == Server compatibility == 18 27