ssl-reqd.d 488 B

12345678910111213141516
  1. Long: ssl-reqd
  2. Help: Require SSL/TLS
  3. Protocols: FTP IMAP POP3 SMTP LDAP
  4. Added: 7.20.0
  5. Category: tls
  6. Example: --ssl-reqd ftp://example.com
  7. See-also: ssl insecure
  8. ---
  9. Require SSL/TLS for the connection. Terminates the connection if the server
  10. does not support SSL/TLS.
  11. This option is handled in LDAP since version 7.81.0. It is fully supported
  12. by the openldap backend and rejected by the generic ldap backend if explicit
  13. TLS is required.
  14. This option was formerly known as --ftp-ssl-reqd.