.rs.secureDownloadMethod() needs to stop using wininet for newer R #10163
Closed
Description
R 4.2.0 has deprecated the use of the "wininet" download method, as per:
We try to force the use of "wininet" here:
rstudio/src/cpp/session/modules/SessionPackages.R
Lines 1324 to 1335 in 06e7d7d
For R 4.2.0 and newer, we'll probably want to prefer using "libcurl" (but we should verify that certificates are now properly checked, as per the associated code comment).