Azure Batch Error. The certificate chain was issued by an authority that is not trusted.

Eric 146 Reputation points
2021-01-29T09:18:12.663+00:00

I am trying to use the R package doazureparallel from Windows. When I run the command

cluster <- makeCluster("cluster.json").

I get an error that says Error in curl::curl_fetch_memory(url, handle = handle) : schannel: next InitializeSecurityContext failed: SEC_E_UNTRUSTED_ROOT (0x80090325) - The certificate chain was issued by an authority that is not trusted.

Any ideas what is causing this?

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
320 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Eric 146 Reputation points
    2021-02-05T06:03:18.02+00:00

    Anyone have any idea what is causing this? It's still giving me an error that says the certificate authority is not to be trusted. I'd really like to be able to use Azure batch. I've renstalled R and all the packages. It's still giving me the error.

    0 comments No comments