1--- 2c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 3SPDX-License-Identifier: curl 4Long: proxy-ca-native 5Help: Load CA certs from the OS to verify proxy 6Protocols: TLS 7Category: tls 8Added: 8.2.0 9Multi: boolean 10See-also: 11 - cacert 12 - capath 13 - dump-ca-embed 14 - insecure 15Example: 16 - --proxy-ca-native $URL 17--- 18 19# `--proxy-ca-native` 20 21Use the CA store from the native operating system to verify the HTTPS proxy. 22By default, curl uses a CA store provided in a single file or directory, but 23when using this option it interfaces the operating system's own vault. 24 25This option works for curl on Windows when built to use OpenSSL, wolfSSL 26(added in 8.3.0) or GnuTLS (added in 8.5.0). When curl on Windows is built to 27use Schannel, this feature is implied and curl then only uses the native CA 28store. 29