Re: [R-SIG-Mac] R / Rstudio and curl on Mac Mojave

2021-11-13 Thread K. J. Schaudt
Just want to thank Jeroen and Gabor for the help.   With their aid, my cMPs are back up and running! On Sat, Nov 13, 2021 at 6:01 PM Gábor Csárdi wrote: > The curl package does not use the command line curl program, it uses > libcurl, the library. You can use curl::curl_version() to see the > l

Re: [R-SIG-Mac] R / Rstudio and curl on Mac Mojave

2021-11-13 Thread Jeroen Ooms
On Sat, Nov 13, 2021 at 6:01 PM Gábor Csárdi wrote: > > The curl package does not use the command line curl program, it uses > libcurl, the library. You can use curl::curl_version() to see the > libcurl version that the curl package is using. > > But in any case, this is not a curl or libcurl bug,

Re: [R-SIG-Mac] R / Rstudio and curl on Mac Mojave

2021-11-13 Thread Gábor Csárdi
The curl package does not use the command line curl program, it uses libcurl, the library. You can use curl::curl_version() to see the libcurl version that the curl package is using. But in any case, this is not a curl or libcurl bug, but a libressl/Mojave bug that Apple didn't fix, and probably w

[R-SIG-Mac] R / Rstudio and curl on Mac Mojave

2021-11-13 Thread kjschaudt
Lets Encrypt and curl under Mojave on a Mac: How does one work around the expiration of the Lets Encrypt certificates when running on Mojave? Under R control, I download a list of stations, select the proper ones and download. station_link = "https://ntl.gcoos.org/station_table.txt"; Ht