Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
CURL.SetOptionProxySSLKey
Sets name of the file keeping your private SSL-key for proxy.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
CURL | 8.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "CURL.SetOptionProxySSLKey"; curl; Path ) More
Parameters
Parameter | Description | Example |
---|---|---|
curl | The CURL session handle. | $curl |
Path | The native file path to the key file. |
Result
Returns OK or error.
Description
Sets name of the file keeping your private SSL-key for proxy.See CURL.SetOptionProxySSLKeyBlob to pass certificate as container or text.
See Files.DeleteLater to delete a temporary key file when FileMaker quits.
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_SSLKEY option in CURL manual.
See also
- CURL.SetOptionProxySSLCert
- CURL.SetOptionProxySSLCertBlob
- CURL.SetOptionProxySSLCertType
- CURL.SetOptionProxySSLKeyBlob
- CURL.SetOptionProxySSLOptions
- CURL.SetOptionProxyType
- CURL.SetOptionSSLKey
- Files.Delete
- Files.DeleteLater
- Path.FileMakerPathToNativePath
Release notes
- Version 10.4
- Changed CURL.SetOptionIssuerCertBlob, CURL.SetOptionProxyIssuerCert, CURL.SetOptionProxyIssuerCertBlob, CURL.SetOptionProxySSLCertBlob, CURL.SetOptionProxySSLKeyBlob, CURL.SetOptionSSLCertBlob and CURL.SetOptionSSLKeyBlob to replace line endings for keys to LF if needed.
- Version 10.3
Created 15th April 2018, last changed 7th August 2023
CURL.SetOptionProxySSLCipherList - CURL.SetOptionProxySSLKeyBlob
