I am trying to run these lines in 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)
And after it, I receive the error below,
Error in function (type, msg, asError = TRUE) : error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure
It is the first time I'm seeing this error, few months ago I was running these two lines with out any errors. Side note, I'm running R on windows. Can someone help me with solving this issue?
Thanks!
getURL
come from? – FifteenthSorry, the page you requested has either been moved or is no longer available on this server.
. What kind of content are you expecting? Are you requesting the same site @Roger-123? – Mencher