Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR R

SSL certificate problem in R

# Scenario: SSL Certificate not working with Local Launcher RStudio Connect
httr::set_config(config(ssl_verifypeer = FALSE, ssl_verifyhost = FALSE))
Source by docs.rstudio.com #
 
PREVIOUS NEXT
Tagged: #SSL #certificate #problem #R
ADD COMMENT
Topic
Name
2+7 =