Closed rolfsimoes closed 3 years ago
It seems that the error is related with curl version installed in SO.
# try with curl
RCurl::httpGET("https://brazildatacube.dpi.inpe.br/stac/")
# try using native R url() function
readLines(url("https://brazildatacube.dpi.inpe.br/stac/"))
The first command generates the error
error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version
The second works finely.
sits
uses RCurl
package to test if an url is working.
I think that the error can be avoided by using httr
package instead RCurl
.
Cannot get access to BDC or AWS data cube from Windows operating system.
The following command returns an error: "Error: sits_cube: BDC is not accessible"
Session info