We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: