1
0
mirror of https://github.com/moparisthebest/curl synced 2025-02-28 17:31:46 -05:00
Jay Satiro b259646ea1 url: Improve CURLOPT_PROXY_CAPATH error handling
- Change CURLOPT_PROXY_CAPATH to return CURLE_NOT_BUILT_IN if the option
  is not supported, which is the same as what we already do for
  CURLOPT_CAPATH.

- Change the curl tool to handle CURLOPT_PROXY_CAPATH error
  CURLE_NOT_BUILT_IN as a warning instead of as an error, which is the
  same as what we already do for CURLOPT_CAPATH.

- Fix CAPATH docs to show that CURLE_NOT_BUILT_IN is returned when the
  respective CAPATH option is not supported by the SSL library.

Ref: https://github.com/curl/curl/pull/1257
2017-02-21 22:24:40 -05:00
..
2010-04-14 17:34:57 +02:00
2016-11-29 11:58:50 +01:00
2016-11-15 15:41:45 +01:00
2015-06-29 11:35:13 +02:00
FAQ
2017-01-13 10:11:58 +01:00
2016-08-03 19:33:59 +01:00
2016-11-15 15:41:45 +01:00
2017-02-15 08:27:35 +01:00
2017-01-28 19:47:08 +01:00
2016-11-15 15:41:45 +01:00
2016-10-24 10:24:27 +02:00
2011-12-30 03:53:25 +01:00
2017-01-07 23:46:19 +01:00
2016-11-15 15:41:45 +01:00
2017-02-22 00:23:38 +01:00
2017-02-20 09:15:13 +01:00
2015-06-10 00:21:06 +02:00

curl logo

Documentation

You'll find a mix of various documentation in this directory and subdirectories, using several different formats. Some of them are not ideal for reading directly in your browser.

If you'd rather see the rendered version of the documentation, check out the curl web site's documentation section for general curl stuff or the libcurl section for libcurl related documentation.