ssl.d 728 B

1234567891011121314151617181920
  1. Long: ssl
  2. Help: Try SSL/TLS
  3. Protocols: FTP IMAP POP3 SMTP LDAP
  4. Added: 7.20.0
  5. Category: tls
  6. Example: --ssl pop3://example.com/
  7. See-also: insecure ciphers
  8. ---
  9. Try to use SSL/TLS for the connection. Reverts to a non-secure connection if
  10. the server does not support SSL/TLS. See also --ftp-ssl-control and --ssl-reqd
  11. for different levels of encryption required.
  12. This option is handled in LDAP since version 7.81.0. It is fully supported
  13. by the openldap backend and ignored by the generic ldap backend.
  14. Please note that a server may close the connection if the negotiation does
  15. not succeed.
  16. This option was formerly known as --ftp-ssl (Added in 7.11.0). That option
  17. name can still be used but will be removed in a future version.