I am trying to deploy a Shiny application on a local server using RStudio Connect. One of the packages that I am using in the app has been installed from GitHub (https://github.com/rasmusab/fullcalendar). The deployment of the app fails when it is trying to install this package with a curl: (60) server certificate verification failed
error.
I have tried export GIT_SSL_NO_VERIFY=1
as well as git config --global http.sslverify false
as given here. But the error persists during deployment. What else can I try here?