Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

skip setting CURLOPT_PROXY_CAPATH for build with disabled-proxy #4061

Closed
wants to merge 1 commit into from
Closed

skip setting CURLOPT_PROXY_CAPATH for build with disabled-proxy #4061

wants to merge 1 commit into from

Conversation

dergentk
Copy link

When building curl with --disable-proxy, using it with --capath still tries to set the proxy capath resulting in error 48 (invalid option).

Check if CURLOPT_PROXY_CAPATH is supported prior to trying to set it.

@bagder
Copy link
Member

bagder commented Jun 24, 2019

Thanks, I did edit it slightly before I merged!

@bagder bagder closed this in 92963d6 Jun 24, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Sep 22, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants