Name
easy:SetOpt_TLS13_Ciphers -- ciphers suites to use for TLS 1.3 (V2.0)
Synopsis
easy:SetOpt_TLS13_Ciphers(list)
Function
Pass a string holding the list of cipher suites to use for the TLS 1.3 connection. The list must be syntactically correct, it consists of one or more cipher suite strings separated by colons.

You will find more details about cipher lists on this URL: https://curl.se/docs/ssl-ciphers.html

This option is currently used only when curl is built to use OpenSSL 1.1.1 or later or Schannel. If you are using a different SSL backend you can try setting TLS 1.3 cipher suites by using the #CURLOPT_SSL_CIPHER_LIST option.

Inputs
list
input value

Show TOC