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

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

Open
namsor opened this issue Jul 27, 2020 · 0 comments
Assignees

Comments

@namsor
Copy link
Owner

namsor commented Jul 27, 2020

curl --version

It could be that you need to update CURL to the latest version.

we recently have problems when querying v2.namsor.com using curl 7.61.1 with openSSL/1.0.2k (amazon linux 2 default)
we are not experiencing problems with updated chrome or curl 7.68.0 with openSSL 1.1.1d.

As a workaround, one can also run the following to skip the SSL verification:
httr::set_config(httr::config(ssl_verifypeer = 0L))

@namsor namsor self-assigned this Jul 27, 2020
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