s2-mod/deps/curl/docs/cmdline-opts/proxy-ca-native.md
2025-04-29 02:51:27 -04:00

733 B

c SPDX-License-Identifier Long Help Protocols Category Added Multi See-also Example
Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. curl proxy-ca-native Load CA certs from the OS to verify proxy TLS tls 8.2.0 boolean
ca-native
cacert
capath
dump-ca-embed
insecure
--proxy-ca-native $URL

--proxy-ca-native

Use the operating system's native CA store for certificate verification of the HTTPS proxy.

This option is independent of other HTTPS proxy CA certificate locations set at run time or build time. Those locations are searched in addition to the native CA store.

Equivalent to --ca-native but used in HTTPS proxy context. Refer to --ca-native for TLS backend limitations.