xf.li | 6c8fc1e | 2023-08-12 00:11:09 -0700 | [diff] [blame^] | 1 | c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. |
2 | SPDX-License-Identifier: curl | ||||
3 | Long: ssl-no-revoke | ||||
4 | Help: Disable cert revocation checks (Schannel) | ||||
5 | Added: 7.44.0 | ||||
6 | Category: tls | ||||
7 | Example: --ssl-no-revoke $URL | ||||
8 | See-also: crlfile | ||||
9 | Multi: boolean | ||||
10 | --- | ||||
11 | (Schannel) This option tells curl to disable certificate revocation checks. | ||||
12 | WARNING: this option loosens the SSL security, and by using this flag you ask | ||||
13 | for exactly that. |