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