Hi @rrodgers,
Welcome to the RStudio Community Forum.
news()
reports that "The minimum required version of libcurl is now 7.28.0 " for R-4.0.0
Check your setup by running libcurlVersion()
.
This output will also show which protocols are supported. Maybe your cURL version is not recent enough?
HTH