Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4   13.5    Statistic    FMM    Blog  

CURL.SetOptionProxyTLS13Ciphers

Specify which TLS 1.3 ciphers suites to use for proxy.

Component Version macOS Windows Linux Server iOS SDK
CURL 8.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "CURL.SetOptionProxyTLS13Ciphers"; curl; Ciphers )   More

Parameters

Parameter Description Example
curl The CURL session handle. $curl
Ciphers The list of ciphers.

Result

Returns OK or error.

Description

Specify which TLS 1.3 ciphers suites to use for proxy.
The list of cipher suites to use for the TLS 1.3 connection to a proxy. The list must be syntactically correct, it consists of one or more cipher suite strings separated by colons.

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

The application does not have to keep the string around after setting this option.

See also PROXY_TLS13_CIPHERS option in CURL manual.

See also

Release notes

Blog Entries

Created 11st July 2018, last changed 11st July 2018


CURL.SetOptionProxyServiceName - CURL.SetOptionProxyTLSAuthPassword

💬 Ask a question or report a problem