2
0

proxy-ca-native.d 730 B

12345678910111213141516171819
  1. c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
  2. SPDX-License-Identifier: curl
  3. Long: proxy-ca-native
  4. Help: Use CA certificates from the native OS for proxy
  5. Protocols: TLS
  6. Category: tls
  7. See-also: cacert capath insecure
  8. Example: --ca-native $URL
  9. Added: 8.2.0
  10. Multi: boolean
  11. ---
  12. Tells curl to use the CA store from the native operating system to verify the
  13. HTTPS proxy. By default, curl will otherwise use a CA store provided in a
  14. single file or directory, but when using this option it will interface the
  15. operating system's own vault.
  16. This option only works for curl on Windows when built to use OpenSSL. When
  17. curl on Windows is built to use Schannel, this feature is implied and curl
  18. then only uses the native CA store.