httr icon indicating copy to clipboard operation
httr copied to clipboard

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.

Open brnleehng opened this issue 3 years ago • 0 comments

We are using doAzureParallel R package (https://github.com/Azure/doAzureParallel).

doAzureParallel uses curl/httr R packages. It works on one of our computers, but getting the error below. Are there any recommendations for debugging or solutions?

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.

brnleehng avatar May 05 '21 18:05 brnleehng