opensdmx/rsdmx

readSDMX crash

Closed this issue · 1 comments

Hi,

I'm working on Ubuntu Ubuntu 22.04.1 LTS with libcurl4-openssl-dev 7.81.0-1ubuntu1.4) installed.
R version 4.1.2.

I'm getting the following error:

get_text <- "http://stats.oecd.org/restsdmx/sdmx.ashx/GetData/MEI_CLI//all?startTime=2009-Q2&endTime=2011-Q4"
res <- rsdmx::readSDMX(get_text)

Error in curl::curl_fetch_memory(url, handle = handle) :
error:0A000152:SSL routines::unsafe legacy renegotiation disabled

Any idea how to solved?

Regards,
Michael.

Found a solution to this problem. See link: Kong/insomnia#4543

Found a solution to this problem. See link: Kong/insomnia#4543