grimbough / biomaRt

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

Expired Certificate - useEnsembl #91

Closed hb-cy closed 7 months ago

hb-cy commented 7 months ago

Hello,

I am trying to convert Ensembl IDs into HGNC symbols by using the following line:

ensembl = useEnsembl(biomart="ensembl", dataset="hsapiens_gene_ensembl")

I got the following error:

Possible SSL connectivity problems detected. Please report this issue at https://github.com/grimbough/biomaRt/issues Error in curl::curl_fetch_memory(url, handle = handle) : schannel: next InitializeSecurityContext failed: SEC_E_CERT_EXPIRED (0x80090328) - Alınan sertifikanın süresi sona erdi.

What should I do?

Thank you for your consideration.