Closed obaratch closed 8 months ago
As the error prompted, adding --no-check-certificate
to wget could fix it.
Or you can download the file manually by browser and put it into the downloads
folder.
Or, replace the OPENSSLMIR
variable with a HTTP/FTP site, as listed in the official page: https://www.openssl.org/source/mirror.html
sorry I don't have time to make PR but here is quick note.
on CentOS release 6.10 (Final)
pullsrc failed like this,
It seems wget and ca-certificate are too old on CentOS6.
FYI, quick googling told me using curl instead may fix this.