Skip to content

SSL certificate problem #1183

Answered by kubu4
ocattau asked this question in Q&A
Discussion options

You must be logged in to vote

Change your command to one of the following:

!curl http://owl.fish.washington.edu/halfshell/genomic-databank/hemat_transcriptome_v1.5.fasta

OR

!curl --insecure https://owl.fish.washington.edu/halfshell/genomic-databank/hemat_transcriptome_v1.5.fasta

The problem has to do with the server certificate which is installed on that server (owl). Removing the s from https eliminates the certificate requirement when fetching files. Alternatively, telling curl that the site is "insecure" tells curl to ignore any certificate junk.

Sorry for the hassle!

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by aspencoyle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants