2016-11-16 06:44:58 +08:00
|
|
|
Long: ciphers
|
|
|
|
Arg: <list of ciphers>
|
2018-05-28 20:16:27 +08:00
|
|
|
Help: SSL ciphers to use
|
2016-11-16 06:44:58 +08:00
|
|
|
Protocols: TLS
|
2020-07-13 20:15:04 +08:00
|
|
|
Category: tls
|
2021-08-31 22:37:14 +08:00
|
|
|
Example: --ciphers ECDHE-ECDSA-AES256-CCM8 $URL
|
2016-11-16 06:44:58 +08:00
|
|
|
---
|
|
|
|
Specifies which ciphers to use in the connection. The list of ciphers must
|
|
|
|
specify valid ciphers. Read up on SSL cipher list details on this URL:
|
|
|
|
|
2020-11-04 21:02:01 +08:00
|
|
|
https://curl.se/docs/ssl-ciphers.html
|
2016-11-16 06:44:58 +08:00
|
|
|
|
|
|
|
If this option is used several times, the last one will be used.
|