summaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/ssl-no-revoke.md
blob: 16981f14d126f5f9093e0437d39071e517ed2bcc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl
Long: ssl-no-revoke
Help: Disable cert revocation checks (Schannel)
Added: 7.44.0
Protocols: TLS
Category: tls
Multi: boolean
See-also:
  - crlfile
Example:
  - --ssl-no-revoke $URL
---

# `--ssl-no-revoke`

(Schannel) Disable certificate revocation checks. WARNING: this option loosens
the SSL security, and by using this flag you ask for exactly that.