proxy-ca-native.md (733B)
1 --- 2 c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 3 SPDX-License-Identifier: curl 4 Long: proxy-ca-native 5 Help: Load CA certs from the OS to verify proxy 6 Protocols: TLS 7 Category: tls 8 Added: 8.2.0 9 Multi: boolean 10 See-also: 11 - ca-native 12 - cacert 13 - capath 14 - dump-ca-embed 15 - insecure 16 Example: 17 - --proxy-ca-native $URL 18 --- 19 20 # `--proxy-ca-native` 21 22 Use the operating system's native CA store for certificate verification of the 23 HTTPS proxy. 24 25 This option is independent of other HTTPS proxy CA certificate locations set at 26 run time or build time. Those locations are searched in addition to the native 27 CA store. 28 29 Equivalent to --ca-native but used in HTTPS proxy context. Refer to --ca-native 30 for TLS backend limitations.