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

cainfo parameter in RCurl::getURL call #2

Open
steadyfish opened this issue May 4, 2015 · 0 comments
Open

cainfo parameter in RCurl::getURL call #2

steadyfish opened this issue May 4, 2015 · 0 comments
Assignees

Comments

@steadyfish
Copy link
Owner

Due to some SSL certificate error, had to include a cainfo parameter in getURL call. Not sure if this is the right way.

error:
RCurl SSL certificate problem: unable to get local issuer certificate

corrected call:
doc = RCurl::getURL(url = JSON_URL, cainfo = system.file("CurlSSL", "cacert.pem", package = "RCurl"))

@steadyfish steadyfish self-assigned this Aug 20, 2015
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