ssl.d 971 B

12345678910111213141516171819202122232425
  1. c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
  2. SPDX-License-Identifier: curl
  3. Long: ssl
  4. Help: Try SSL/TLS
  5. Protocols: FTP IMAP POP3 SMTP LDAP
  6. Added: 7.20.0
  7. Category: tls
  8. Example: --ssl pop3://example.com/
  9. See-also: ssl-reqd insecure ciphers
  10. ---
  11. Warning: this is considered an insecure option. Consider using --ssl-reqd
  12. instead to be sure curl upgrades to a secure connection.
  13. Try to use SSL/TLS for the connection. Reverts to a non-secure connection if
  14. the server does not support SSL/TLS. See also --ftp-ssl-control and --ssl-reqd
  15. for different levels of encryption required.
  16. This option is handled in LDAP since version 7.81.0. It is fully supported
  17. by the OpenLDAP backend and ignored by the generic ldap backend.
  18. Please note that a server may close the connection if the negotiation does
  19. not succeed.
  20. This option was formerly known as --ftp-ssl (Added in 7.11.0). That option
  21. name can still be used but will be removed in a future version.