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

Solution for no connection with Windows 7/8 and IE11 #31

Open
edwindj opened this issue May 31, 2021 · 0 comments
Open

Solution for no connection with Windows 7/8 and IE11 #31

edwindj opened this issue May 31, 2021 · 0 comments

Comments

@edwindj
Copy link
Owner

edwindj commented May 31, 2021

The security certificates on https://opendata.cbs.nl have been updated, causing that IE11 and Windows 7 and Windows 8 have trouble connecting to the open data server.

solution

Add the following lines to your R script (before making any calls with cbsodataR

Sys.setenv(CURL_SSL_BACKEND = "openssl")
options("url.method" = "libcurl")

Thanks to Jasper Dupont for reporting the issue and problem.

@edwindj edwindj changed the title No connection with Windows 7/8 and IE11 Solution for no connection with Windows 7/8 and IE11 May 31, 2021
@edwindj edwindj removed the question label May 31, 2021
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