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:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
CURL.SetOptionProxyCRLFile
Sets CRL file for proxy.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| CURL | 8.2 | Yes | Yes | Yes | Yes | Yes |
MBS( "CURL.SetOptionProxyCRLFile"; curl; Path ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| curl | The CURL session handle. | $curl |
| Path | The native file path to the file. |
Result
Returns OK or error.
Description
Sets CRL file for proxy.This function requires a native path. Use Path.FileMakerPathToNativePath to convert a FileMaker path to a native path if required. If you like to have the user choose the path, you can use FileDialog functions.
For Server be aware that server has limited permissions and may not be able to access all files on a computer.
See also PROXY_CRLFILE option in CURL manual.
See also
- CURL.SetOptionCookieFile
- CURL.SetOptionCRLFile
- CURL.SetOptionProxyCAInfo
- CURL.SetOptionProxyCAPath
- CURL.SetOptionProxyHeader
- CURL.SetOptionProxySSLCert
- CURL.SetOptionProxySSLKey
- CURL.SetOptionProxyType
- CURL.SetOptionProxyUsername
- Path.FileMakerPathToNativePath
Created 15th April 2018, last changed 16th April 2018
CURL.SetOptionProxyCAPath - CURL.SetOptionProxyHeader
Feedback: Report problem or ask question.
Links
MBS FileMaker Plugins