ssl-no-revoke.d 424 B

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