Ignore SSL errors in R httr connection Ignore SSL errors in R httr connection curl curl

Ignore SSL errors in R httr connection


Simply run this line:

httr::set_config(config(ssl_verifypeer = 0L))