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

Is there a way to set the capath? #200

Open
ghost opened this issue Jun 2, 2014 · 1 comment
Open

Is there a way to set the capath? #200

ghost opened this issue Jun 2, 2014 · 1 comment

Comments

@ghost
Copy link

ghost commented Jun 2, 2014

using the cURL command line tool I can set the capath for my request using the flag:
--capath

is there a way to set this using the ruby curb gem?

Thanks

@taf2
Copy link
Owner

taf2 commented Jul 22, 2014

I believe you can use set? Curl::CURLOPT_CAPATH

e.g.

easy.set(Curl::CURLOPT_CAPATH, "path.to.your.bundle") # ? try that and let us know

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant