| Components | All | New | MacOS | Windows | Linux | iOS | ||||
| Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old | |
CURL.SetOptionSSLVerifyStatus
Set if we should verify the certificate status.
| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
| CURL | 8.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "CURL.SetOptionSSLVerifyStatus"; curl; Value ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| curl | The CURL session handle. | $curl |
| Value | The option value. |
Result
Returns OK or error.
Description
Set if we should verify the certificate status.Pass 1 to enable.
See also SSL_VERIFYSTATUS option in CURL manual.
See also
- CURL.SetOptionDOHSSLVerifyHost
- CURL.SetOptionDOHSSLVerifyStatus
- CURL.SetOptionSSLVerifyHost
- CURL.SetOptionSSLVerifyPeer
Created 15th April 2018, last changed 16th April 2018