grimbough / biomaRt

R package providing query functionality to BioMart instances like Ensembl
https://bioconductor.org/packages/biomaRt/
32 stars 13 forks source link

Possible SSL connectivity problems detected: How can I possibly fix this? #87

Open Shrishtee-kandoi opened 10 months ago

Shrishtee-kandoi commented 10 months ago

Error in curl::curl_fetch_memory(url, handle = handle) : SSL peer certificate or SSH remote key was not OK: [uswest.ensembl.org] SSL certificate problem: certificate has expired

grimbough commented 10 months ago

Which version of biomaRt are you using? You can find this with packageVersion('biomaRt').

The uswest mirror was retired fairly recently, and you'll need to use biomaRt version 2.57.1 or newer, where references to that mirror have been removed.