1--- 2c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 3SPDX-License-Identifier: curl 4Long: ssl-revoke-best-effort 5Help: Ignore missing/offline cert CRL dist points (Schannel) 6Added: 7.70.0 7Protocols: TLS 8Category: tls 9Multi: boolean 10See-also: 11 - crlfile 12 - insecure 13Example: 14 - --ssl-revoke-best-effort $URL 15--- 16 17# `--ssl-revoke-best-effort` 18 19(Schannel) This option tells curl to ignore certificate revocation checks when 20they failed due to missing/offline distribution points for the revocation check 21lists. 22