Workaround Found for "libcurl SSL errors on Windows"

Continuing the discussion from libcurl SSL errors on Windows:

Like @klaasb01, I work within a corporate network with an SSL intercept and was able to get downloads working by adding the following line to my .Rprofile:

Sys.setenv(R_LIBCURL_SSL_REVOKE_BEST_EFFORT=TRUE)

I discovered this after finding and reading the following links:

To the 736+ other folks who came across libcurl SSL errors on Windows first, I hope this helps you!

Sorry forgot to mention: this only works for R-4.2.2 and later.

Regards,

Kevin

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.