• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1---
2c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
3SPDX-License-Identifier: curl
4Long: ciphers
5Arg: <list of ciphers>
6Help: SSL ciphers to use
7Protocols: TLS
8Category: tls
9Added: 7.9
10Multi: single
11See-also:
12  - tlsv1.3
13  - tls13-ciphers
14  - proxy-ciphers
15Example:
16  - --ciphers ECDHE-ECDSA-AES256-CCM8 $URL
17---
18
19# `--ciphers`
20
21Specifies which ciphers to use in the connection. The list of ciphers must
22specify valid ciphers. Read up on SSL cipher list details on this URL:
23
24https://curl.se/docs/ssl-ciphers.html
25