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