mirror of
https://github.com/curl/curl.git
synced 2026-07-23 10:47:17 +03:00
parent
1e9769639b
commit
92963d612b
1 changed files with 2 additions and 1 deletions
|
|
@ -1066,7 +1066,8 @@ static CURLcode operate_do(struct GlobalConfig *global,
|
|||
}
|
||||
/* For the time being if --proxy-capath is not set then we use the
|
||||
--capath value for it, if any. See #1257 */
|
||||
if(config->proxy_capath || config->capath) {
|
||||
if((config->proxy_capath || config->capath) &&
|
||||
!tool_setopt_skip(CURLOPT_PROXY_CAPATH)) {
|
||||
result = res_setopt_str(curl, CURLOPT_PROXY_CAPATH,
|
||||
(config->proxy_capath ?
|
||||
config->proxy_capath :
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue