R getURL错误:14077410:SSL例程:SSL23_GET_SERVER_HELLO:sslv3警报握手失败

时间:2017-03-20 18:30:42

标签: r ssl geturl

我正在尝试在R

中运行这些行
theurl <- paste("https://www.census.gov/population/international/data/idb/region.php?N=%20Results%20&T=10&A=separate&RT=0&Y=2016&R=-1&C=BR")
tabs <- getURL(theurl,  followlocation=TRUE)

之后,我收到以下错误,

  

函数错误(type,msg,asError = TRUE):     错误:14077410:SSL例程:SSL23_GET_SERVER_HELLO:sslv3警报握手失败

这是我第一次看到这个错误,几个月前我运行这两行没有任何错误。旁注,我正在Windows上运行R.有人可以帮我解决这个问题吗?

谢谢!

0 个答案:

没有答案