lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame^] | 1 | Long: cert-status |
| 2 | Protocols: TLS |
| 3 | Added: 7.41.0 |
| 4 | Help: Verify the status of the server certificate |
| 5 | --- |
| 6 | Tells curl to verify the status of the server certificate by using the |
| 7 | Certificate Status Request (aka. OCSP stapling) TLS extension. |
| 8 | |
| 9 | If this option is enabled and the server sends an invalid (e.g. expired) |
| 10 | response, if the response suggests that the server certificate has been revoked, |
| 11 | or no response at all is received, the verification fails. |
| 12 | |
| 13 | This is currently only implemented in the OpenSSL, GnuTLS and NSS backends. |