My organization's IT policies have tightened up with regard to making external connections, and I'm getting errors like
localHub=TRUE
library(celldex)
mouse_imm_ref <- celldex::ImmGenData()
Error in value[[3L]](cond) : failed to connect
reason: SSL certificate problem: unable to get local issuer certificate
Consider rerunning with 'localHub=TRUE'
I think the issue is that there is some kind of list of allowed locations, and I need to ask IT to add the locations that celldex queries to that list. But looking at the function definitions is not helping me to know what exactly I need to request of IT. Can you help me to know where to look for the data locations, so I can ask IT to allow connections there? Is it maybe just github or git.bioconductor.org?
That line of code works. I don't think that's the right location for the data, because I can get to it by browser, so my org has not locked down access.