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) Disable certificate revocation checks. WARNING: this option loosens 19the SSL security, and by using this flag you ask for exactly that. 20