ssl-reqd.d 590 B

123456789101112131415161718
  1. c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
  2. SPDX-License-Identifier: curl
  3. Long: ssl-reqd
  4. Help: Require SSL/TLS
  5. Protocols: FTP IMAP POP3 SMTP LDAP
  6. Added: 7.20.0
  7. Category: tls
  8. Example: --ssl-reqd ftp://example.com
  9. See-also: ssl insecure
  10. ---
  11. Require SSL/TLS for the connection. Terminates the connection if the server
  12. does not support SSL/TLS.
  13. This option is handled in LDAP since version 7.81.0. It is fully supported
  14. by the OpenLDAP backend and rejected by the generic ldap backend if explicit
  15. TLS is required.
  16. This option was formerly known as --ftp-ssl-reqd.