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

Investigate readSDMX with https SDMX web-resources #38

Closed
eblondel opened this issue Nov 19, 2014 · 0 comments
Closed

Investigate readSDMX with https SDMX web-resources #38

eblondel opened this issue Nov 19, 2014 · 0 comments
Assignees
Milestone

Comments

@eblondel
Copy link
Member

There is an issue with applying readSDMX on https SDMX web-resources.
Example from ECB:

dataURL <- "https://sdw-wsrest.ecb.europa.eu/service/data/DD/M.SE.BSI_STF.RO.4F_N"
sdmx <- readSDMX(dataURL)

with the following error:

<SSL_CACERT in function (type, msg, asError = TRUE) { if (!is.character(type)) { i = match(type, CURLcodeValues) typeName = if (is.na(i)) character() else names(CURLcodeValues)[i] } typeName = gsub("^CURLE_", "", typeName) fun = (if (asError) stop else warning) fun(structure(list(message = msg, call = sys.call()), class = c(typeName, "GenericCurlError", "error", "condition")))}(60L, "SSL certificate problem, verify that the CA cert is OK. Details:\nerror:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed", TRUE): SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed>

@eblondel eblondel self-assigned this Nov 19, 2014
@eblondel eblondel added this to the 0.4 milestone Nov 19, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant