xf.li | bfc6e71 | 2025-02-07 01:54:34 -0800 | [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. |