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.1
12.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
13.4
Statistic
FMM
Blog
CURL.SetOptionProxySSLCert
Sets name of the file keeping your private SSL-certificate for proxy.
Component |
Version |
macOS |
Windows |
Linux |
Server |
iOS SDK |
CURL
|
8.2 |
✅ Yes |
✅ Yes |
✅ Yes |
✅ Yes |
✅ Yes |
MBS( "CURL.SetOptionProxySSLCert"; curl; Path )
More
MBS(
"CURL.SetOptionProxySSLCert"; /* Sets name of the file keeping your private SSL-certificate for proxy. */
$curl; /* The CURL session handle. */
$Path) /* The native file path. */
Less
Parameters
Parameter |
Description |
Example |
curl |
The CURL session handle. |
$curl |
Path |
The native file path. |
|
Result
Returns OK or error.
Description
Sets name of the file keeping your private SSL-certificate for proxy.
See CURL.SetOptionProxySSLCertBlob to pass certificate as container or text.
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_SSLCERT option in CURL manual.
See also
Release notes
- Version 10.4
- Version 10.3
Created 15th April 2018, last changed 25th June 2020
CURL.SetOptionProxyPort
-
CURL.SetOptionProxySSLCertBlob