Open JohnathonSimmons opened 4 years ago
Hi, would you show us the code snippet that checks the cert? Thank you.
The error occurs when doing this:
wget http://vision.middlebury.edu/flow/data/comp/zip/other-color-allframes.zip
Depending on your system, as far as i know, if you are on Debian based system
sudo apt-get install ca-certificates
will install 99.99% of trusted certs
You could also do wget --no-check-certificate https://download/url
to skip cert checking with wget
I can ignore checking the cert, but would prefer it to be trusted.