Lines Matching +full:- +full:- +full:with +full:- +full:schannel
1 <!--
4 SPDX-License-Identifier: curl
5 -->
11 If curl was built with Schannel or Secure Transport support, then curl uses
27 If you communicate with HTTPS, FTPS or other TLS-using servers using
31 If the remote server uses a self-signed certificate, if you do not install a
42 Tell curl to *not* verify the peer with `-k`/`--insecure`.
51 option to point out this CA cert for verification when connecting - for this
54 With the curl command line tool: `--cacert [file]`
61 cert file named `curl-ca-bundle.crt` in these directories and in this order:
68 curl 8.11.0 added a build-time option to disable this search behavior, and
76 With the curl command line tool: `--ca-native`.
83 verbose output that `curl -v` shows when you connect to an HTTPS site.
92 curl -w %{certs} https://example.com > cacert.pem
104 If curl was built with Schannel, Secure Transport or were instructed to use
110 Schannel runs CRL checks on certificates unless peer verification is disabled.
120 connection so instead of `--insecure` and `--cacert` to control the
121 certificate verification, you use `--proxy-insecure` and `--proxy-cacert`.
122 With these options, you make sure that the TLS connection and the trust of the