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 #475

Closed
seankross opened this issue May 16, 2016 · 3 comments
Closed

Error in curl::curl_fetch_memory #475

seankross opened this issue May 16, 2016 · 3 comments

Comments

@seankross
Copy link
Member

seankross commented May 16, 2016

The following error is usually the result of your internet connection.

Error in curl::curl_fetch_memory(url, handle = handle) : 
Problem with the SSL CA cert (path? access rights?)

Try connecting to the internet through a different connection, and then submitting again.

@sugarcane29
Copy link

I've tried different modules, uninstalling/installing R and Swirl, using swirl via R-Studio, running R as an administrator, adding R to my firewall exceptions, but none has worked.

Also, I've tried using different internet connections. On my other system it works fine, even though both are Windows 10.

@chenyizhe
Copy link

chenyizhe commented Oct 6, 2016

I also has the same problem
I found the solution from the web(http://blog.csdn.net/wangishero/article/details/50859670)
somethine should be set before you enter the swirl, type as :

library(bitops)
library(RCurl)
library(httr)
set_config( config( ssl_verifypeer = 0L ) )
library(swirl)
swirl()

@evayuezhang
Copy link

This instruction fixed my problem!

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

4 participants