CBIIT / nci-webtools-dceg-linkage

LDlink is a suite of web-based applications designed to easily and efficiently interrogate linkage disequilibrium in population groups. Each included application is specialized for querying and displaying unique aspects of linkage disequilibrium.
https://ldlink.nci.nih.gov
MIT License
21 stars 11 forks source link

LDLink API ssl certificate issue #185

Closed zackgomez closed 1 year ago

zackgomez commented 1 year ago

Not sure if this is the appropriate forum for this but recently I started getting certificate errors when trying to interact with the LDLink api

Someone else reported this specific to the R api but I see it in raw curl requests/requests from python code https://github.com/CBIIT/LDlinkR/issues/25

$curl "https://ldlink.nci.nih.gov/LDlinkRest/ldmatrix"
curl: (60) SSL certificate problem: unable to get local issuer certificate
More details here: https://curl.se/docs/sslcerts.html

curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.
zackgomez commented 1 year ago

it has been fixed