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

'SLL certificate has expired' error #32

Open
jessCfisher opened this issue May 11, 2022 · 1 comment
Open

'SLL certificate has expired' error #32

jessCfisher opened this issue May 11, 2022 · 1 comment

Comments

@jessCfisher
Copy link

I'm trying to map the UK census data in R for lower super output areas.

The 'nomisR' package is installing successfully, but the first time I try to run a function to access data (e.g. 'nomis_data_info', 'nomis_get_data' or 'nomis_search') I get the same error. Here's what happens when I run the code from the R documentation:

jobseekers_country <- nomis_get_data(
id = "NM_1_1", time = "latest",
geography = "TYPE499",
measures = c(20100, 20201), sex = 5)

Error in curl::curl_fetch_memory(url, handle = handle) :
SSL certificate problem: certificate has expired

I have tried installing Rcurl and curl packages, and running different things on the terminal to prepare my system. There seems to be lots of discussion online about certificate problems with other packages that use API's. Any ideas greatly appreciated! Thanks

@evanodell
Copy link
Collaborator

Hi Jess, is this still happening? It appears to have been an issue with the Nomis API, I've not been able to recreate it.

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

2 participants