Hi,
I successfully loaded rda data using resourcer from opal on the virtual machine. When it came to the real server (using the same setting), the following errors appeared.
> datashield.assign.resource(datasources[3],symbol="Y",resource = "omics.Y")
Assigned all resource (Y <- ...) [=====================================================] 100% / 0s
> ds.class(x = "Y", datasources = datasources[3])
Aggregated (exists("Y")) [=============================================================] 100% / 0s
Aggregated (classDS("Y")) [============================================================] 100% / 0s
$s3
[1] "RDataFileResourceClient" "FileResourceClient" "ResourceClient" "R6"
> datashield.assign.expr(conns = datasources[3], symbol = "Y", expr = quote(as.resource.object(Y)))
Assigned expr. (Y <- as.resource.object(Y)) [==========================================] 100% / 0s
Error: There are some DataSHIELD errors, list them with datashield.errors()
> datashield.errors()
$s3
[1] "Command 'as.resource.object(Y)' failed on 's3': Error while evaluating 'is.null(base::assign('Y', value={resourcer::as.resource.object(Y)}))' -> Error in curl::curl_fetch_disk(url, x$path, handle = handle) : \n Peer's Certificate issuer is not recognized.\n"
Does anyone know how to fix it? Regards,