Topics
All
Mac OS X
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Guides
Examples
New in version:
7.4
7.5
8.0
8.1
8.2
8.3
8.4
8.5
9.0
9.1
Statistic
CURL.SetOptionProxyTLS13Ciphers
Specify which TLS 1.3 ciphers suites to use for proxy.
Component | Version | macOS | Windows | Server | FileMaker Cloud | FileMaker iOS SDK |
CURL | 8.3 | Yes | Yes | Yes | Yes | Yes |
MBS( "CURL.SetOptionProxyTLS13Ciphers"; curl; Ciphers ) More
Parameters
Parameter | Description | Example value |
---|---|---|
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
Blog Entries
Created 11st July 2018, last changed 11st July 2018
CURL.SetOptionProxyServiceName - CURL.SetOptionProxyTLSAuthPassword
Feedback: Report problem or ask question.
Links
MBS FileMaker blog