Closed barslmn closed 11 months ago
I'm not sure what's going on there but I can't detect anything wrong with the ssl certificates for any of the urls posted. They download fine via https from a web browser. I do recall some posts about SSL problems with certain versions of Libcurl.
export CURL_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt
solved the issue for me https://github.com/pysam-developers/pysam/issues/1268
Hi,
I had a similar error to https://github.com/igvteam/igv-reports/issues/45.
versions: debian: unstable igv-reports 1.9.1
~This solved my issue:~
~sudo apt install libcurl4-openssl-dev~
Using the http url to reference genome solves the issue.
I still got this error but expected report was created.