• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1---
2c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
3SPDX-License-Identifier: curl
4Long: ssl-no-revoke
5Help: Disable cert revocation checks (Schannel)
6Added: 7.44.0
7Protocols: TLS
8Category: tls
9Multi: boolean
10See-also:
11  - crlfile
12Example:
13  - --ssl-no-revoke $URL
14---
15
16# `--ssl-no-revoke`
17
18(Schannel) This option tells curl to disable certificate revocation checks.
19WARNING: this option loosens the SSL security, and by using this flag you ask
20for exactly that.
21