Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hardcoded CURL_CA_BUNDLE interferes with custom SSL certificates #110

Open
alexvorobiev opened this issue Jan 7, 2020 · 0 comments
Open

Comments

@alexvorobiev
Copy link

The bin/R script has this line

export CURL_CA_BUNDLE=${R_HOME_DIR}/lib/microsoft-r-cacert.pem

This breaks the --vanilla mode of running R when any kind of connection is needed when custom SSL certificates (common on enterprise networks) are involved. One example is publishing from RStudio Pro server to RStudio Connect. In the vanilla mode the files like Rprofile.site are ignored so we can't unset the variable there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant