2022-06-14 06:12:03 +08:00
|
|
|
c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
|
|
SPDX-License-Identifier: curl
|
2018-05-28 20:16:27 +08:00
|
|
|
Long: ssl-reqd
|
2016-11-28 07:50:25 +08:00
|
|
|
Help: Require SSL/TLS
|
2021-12-01 00:48:28 +08:00
|
|
|
Protocols: FTP IMAP POP3 SMTP LDAP
|
2016-11-28 07:50:25 +08:00
|
|
|
Added: 7.20.0
|
2020-07-13 20:15:04 +08:00
|
|
|
Category: tls
|
2021-08-31 22:37:14 +08:00
|
|
|
Example: --ssl-reqd ftp://example.com
|
2021-11-15 22:58:20 +08:00
|
|
|
See-also: ssl insecure
|
2016-11-28 07:50:25 +08:00
|
|
|
---
|
2021-12-09 19:03:35 +08:00
|
|
|
Require SSL/TLS for the connection. Terminates the connection if the server
|
2021-10-31 23:34:44 +08:00
|
|
|
does not support SSL/TLS.
|
2016-11-28 07:50:25 +08:00
|
|
|
|
2021-12-01 00:48:28 +08:00
|
|
|
This option is handled in LDAP since version 7.81.0. It is fully supported
|
|
|
|
by the openldap backend and rejected by the generic ldap backend if explicit
|
|
|
|
TLS is required.
|
|
|
|
|
2016-11-28 07:50:25 +08:00
|
|
|
This option was formerly known as --ftp-ssl-reqd.
|