Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

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